- Active Directory: is a database that provides centralized management of networked objects.
- Domain Controller: is Windows Server installed with Active Directory Domain Services Role
- Windows Domain: is a logical group of computers running versions of Windows OS’s that share central directory database
- Namespace:
Setting up First AD:
- Choose the Windows Server Edition: Enterprise x64 which supports more RAM while the standard is limited
- Hardware: 10 GB disk minimum,
- Have an IP-address defined, xxx.xxx.xxx.2 (xxx.xxx.xxx.1 would be your router)
- First Forest domain is called the Forest Root domain
Installing First Domain Controller:
- Install Server
- Boot the server t boot image (either via WDS or CD image)
- Click “Install Now”
- Choose the OS edition and version
- Depending on image, it may prompt for license key. If not specified it will install in 30 days trial mode
- Choose Custom (advanced); the upgrade option will be available for upgrade installs only
- Choose the disk for OS install
- Have a new partition created if it’s all a new disk
- Use load driver option if you are installing on a lacy h/W system having the old SCSI drive
- Click OK for OS install
- Once installs system will restart
- On the Logon screen you see “The User’s password must be changed before logging on the first time” message
- While setting for the first time, use “create password restore disk”
- Then set a strong password for the administrator and login to the system
- Configure Server
- Time Zone
- Static IP (V4) address
- DNS server
- Rename computer
- Configure and install Automatic Updates
- Enable RDP (admin by default will have RDP access)
- Install AD
- Install ADDS (Active Directory Domain Services) role
- Run DCPromo.exe (also installs ADDS role if not already setup)
- Use Advanced Mode to
- choose option of “Install From Media”
- Specifying the password replication policy
- Use Advanced Mode to
- Choose Create a new domain in a new forest
- input the “FQDN of New Forest Root Domain”
- a .local domain will have restrictions connecting to internet due to IE enhanced security
- Set the Forest Functional Level among one of avail option W2K, W2K3, W2K8
- Choose to install DNS (your primary DNS server will be changed to 127.0.0.1 to pint to the local server itself as it’s going to be the DNS server)
- The Global Catalog server is mandatory selected for first server and first server can’t be RODC
- Set the locations for
- ADDS DB Data: C:WindowsNTDS
- ADDS DB Log: C:WindowsNTDS
- SYSVOL Folder: C:WindowsSYSVOL (required for replication)
- BTW, NTDS stands for “Network Domain Services”
- Create “Directory Services Restore Mode Administrator Password”
- Review the settings and install
- Use “Export Settings” so as to create an answer file for next DC installs
- Reboot the server after install
- Configure AD and Sites
- Rename “Default-First-Site-Name” site
Installing Additional Domain Controller:
- Install and Configure Server
- Install AD, with option “add new domain controller to existing domain”
- Choose DNS, Global Catalog roles if you want to build the secondary server for them
- Add to existing AD Site
- Verify that additional DC is able to get changes from/to existing DCs simply by creating a new OU and repadmin /syncall
Installing Domain Workstations:
- Install the workstation
- Disable IPv6 if not needed
- Configure the DNS to contact the new Domain DNS servers
- Rename and workstation to match the domain workstation naming convention if any
- Join the workstations to the new domain
- Reboot the workstation