I got this tidbit from Robbie ... I suppose you could point it at the SRV
record in question:

There are a couple of ways you can get it.  If you are a command line
hacker, you could use this:
        dnscmd . /enumrecords rallencorp.com foobar /detail | findstr
dwTimeStamp

If you are looking to do it via VBScript or Perl, then you'll want to look
at the MicrosoftDNS_ResourceRecord WMI class.  It has a Timestamp
property:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dns/dns
/mic
rosoftdns_resourcerecord.asp
<http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dns/dn
s/mi
crosoftdns_resourcerecord.asp>

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Teverovsky, Guy
Sent: Wednesday, December 24, 2003 6:29 AM
To: [EMAIL PROTECTED]
Subject: [ActiveDir] Finding the time of last update of SRV record


Hello all,

I am looking for a way to get the time of last successful SRV record update.

We are having a DNS related replication problem and I basically want to
check when a specific SRV record has been last updated at a given DNS
server.

And another related question: from what I understand, the default frequency
of DNS records re-registration at W2K Server is one hour by default and can
be controlled by DefaultRegistrationRefreshInterval registry key under
HKLM\System\CurrentControlSet\Services\Tcpip\Parameters. 
Does the same apply to W2K3 ? (The W2K3 registry reference does not mention
the key). 
Has anyone stumbled into a situation when he had to change the default
settings ?

Thanks and happy holidays,
Guy       

List info   : http://www.activedir.org/mail_list.htm
List FAQ    : http://www.activedir.org/list_faq.htm
List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/

List info   : http://www.activedir.org/mail_list.htm
List FAQ    : http://www.activedir.org/list_faq.htm
List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/

Reply via email to