I am trying to use repadmin with showchanges option to track changes in domainDNS partition. I want to confirm if DNS records are repeatedly getting re-registered as per http://support.microsoft.com/kb/2548145. What should be the procedure for this? I have referred to http://technet.microsoft.com/en-us/library/cc811562%28v=ws.10%29.aspx under the section-"Compare changes occurred to configuration partition over a period of time" can same be applied to check DNS partition?
When I execute repadmin /showchanges "CN=DomainDnsZones,DC=domainname,DC=com" I get following error
Repadmin experienced the following error trying to resolve the DSA_NAME: CN=Doma
inDnsZones,DC=domainname,DC=com
If you are trying to connect to an AD LDS instance, you must use <server>:<port>
If you are trying to connect to an AD LDS instance with wildcarding support, you
must use the /homeserver option.
Error: An error occurred:
Win32 Error 8419(0x20e3): The DSA object could not be found.
Could you please advice on procedure and command options that I should use for this?