Monitoring Benefit
The Domain Records test verifies that each DC or RODC has the DNS related host records available from the configured network interface.
How do we verify the results received on the Compass client?
The Compass client is running a WMI query periodically to collect the DNS Host Name records. Note that this information is not logged, but the results are stored in the following folder location:
\Program Files (x86)\ENow\Mailscape Agent\Cache\NetworkAgentMessage.xml
To capture this from the DC or RODC manually using PowerShell, please run the following command:
Get-DnsServerResourceRecord -ZoneName "yourdomain.com"
Note that the results from PowerShell may be lengthy.
Comments
0 comments
Article is closed for comments.