Windows DNS服务器可以在其DNS项中指定额外的数据,以警告某些机器的特定types的服务器的位置…例如,一个条目可能有一些这样的数据指定:
您指的是服务logging(SRV)的位置 。 他们不是特定于Windows DNS的。
使用Powershell,您可以轻松地从AD域中检索它们。
Import-Module DnsServer Get-DnsServerResourceRecord -RRType SRV -ZoneName $(Get-ADDomain).DNSRoot -ComputerName $(Get-ADDomain).DNSRoot