Network Time Protocol Sync with External Server on Windows Server

configure / set network time server :

net time /setsntp:0.pool.ntp.org

start the network time services :

net stop w32time

net start w32time

check whether network time is in sync :

net time /querysntp

Related posts:

  1. Format Your External Hard Disk That Support Mac and Windows with Apple OSX If you have an external hard disk or thumb drive...
  2. VMWare Network on Mac OS X x86 How to make your Mac OS X x86 network works...
  3. Apple Mac Startup Scripts – launchd Wonder how does Apple Mac machine start up background services...
  4. Configure IPV6 on Apple and Windows Do you have IPV6 network ready in your office?...
  5. Install MySQL5 Server on Apple Mac Leopard with MacPorts Previously I wrote a post on “installing postgresql 8.2 on...
  6. How do I Start Application Services with launchctl When Apple Mac Leopard Boot Up If you have MySQL, PostgreSQL, Apache2 or other application installed...
  7. Apple Leopard Network File Sharing One thing I like about Leopard is the Network...
  8. windows 2000 – command line (cmd) command auto completion By default, windows 2k server does not activate this function....
  9. Exim, Recipient Verify on Relay and Mail Server How many of you got dictionary/ratware attack on your mail...

Leave a Reply