- Ping the Domain Controller –> Test-Connection -ComputerName <servername>
- Make sure the required services are running –>get-service -Name NTDS -ComputerName <servername>
- Perform an AD lookup –> get-ADUser -identity <UserIdentity> -server <servername>
- Check SRV records in DNS
- RDP to the Domain Controller