-
A forum question asked how to find the primary name from an alias or CNAME record. Get-WmiObject -Namespace 'root\MicrosoftDNS' -Class MicrosoftDNS_CNAMEType ` -Filter "ContainerName = 'Manticore.org'" -ComputerName server02...
-
One option for finding global catalog servers is often overlooked – DNS. In an AD environment DNS stores the SRV records that advertise the services domain controllers can deliver $dnsserver = "dc02" Get-WmiObject -Namespace 'root...