Testing an AD installation
In Installing an AD forest root domain, you installed AD on DC1
. In that recipe, you installed AD (without rebooting) and tested certain services. After the required reboot (which you completed at the end of the previous recipe), it is useful to check to ensure that your domain is fully up and running and working correctly. In this recipe, you examine core aspects of the AD infrastructure on your first DC.
Getting ready
You run this recipe on DC1
, the first domain controller in the Reskit.Org
domain, after you have promoted it to be a DC. You created DC1
as a domain controller in the Reskit.Org domain in Installing an AD forest root domain. Log on as Reskit\Administrator
.
How to do it...
- Examining AD root directory service entry (DSE)
Get-ADRootDSE -Server DC1.Reskit.Org
- Viewing AD forest details
Get-ADForest
- Viewing AD domain details ...