Re: Can I monitor time on remote machine?

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: Randy Birch (rgb_removethis_at_mvps.org)
Date: 01/19/05


Date: Wed, 19 Jan 2005 18:30:20 -0500

Yes .... NetRemoteTOD ....
http://vbnet.mvps.org/code/network/netremotetod.htm

And to synchronize the current machine with a specified server:
http://vbnet.mvps.org/code/network/netremotetodsync.htm

-- 
Randy Birch
MS MVP Visual Basic
http://vbnet.mvps.org/
"Joseph Geretz" <jgeretz@nospam.com> wrote in message 
news:%23FsVU2n$EHA.1260@TK2MSFTNGP12.phx.gbl...
: We're having file synchronization problems in our application. 
Theoretically
: this could happen (I guess) if a workstation got out of sync with the time
: on the file server. (We use file modification timestamp to keep track of 
the
: latest file.)
:
: I'd like to write a small inobtrusive VB app to monitor the time across
: multiple machines and to log an alert if the times are out of sync. Is 
there
: an API which will support this?
:
: Thanks for your help,
:
: - Joe Geretz -
:
: