Installing Active Directory role on Windows Server
Installation of AD DS role
Authorisation of DHCP server on domain
Testing name resolution via FQDN
Getting AD domain information
Installation of AD DS role
Let’s install the directory service role, so that we can create a domain and promote winsrv-1
to domain controller.
PS > Install-WindowsFeature -Name AD-Domain-Services -IncludeManagementTools
Success Restart Needed Exit Code Feature Result
------- -------------- --------- --------------
True No Success {Active Directory Domain Services, Group P...
Install-ADDSForest -DomainName "ad.georgetech.co.uk" -DomainNetbiosName "ad" -InstallDns -Force
Authorisation of DHCP server on domain
We will need to authorise the DHCP server on winsrv-1
for it to allow to distribute IP addresses to computers such as winsrv-2
in the newly created domain ad.georgetech.co.uk
: