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:
- Configure NTP Server on FreeBSD Configure a NTP time server on FreeBSD is fairly easy....
- Format Your External Hard Disk That Support Mac and Windows with Apple OSX If you have an external hard disk or thumb drive...
- VMWare Network on Mac OS X x86 How to make your Mac OS X x86 network works...
- Apple Mac Startup Scripts – launchd Wonder how does Apple Mac machine start up background services...
- Configure IPV6 on Apple and Windows Do you have IPV6 network ready in your office? Lets...
- Install MySQL5 Server on Apple Mac Leopard with MacPorts Previously I wrote a post on “installing postgresql 8.2 on...
- Install and Configure mod_suphp or suphp on Plesk Server Plesk control panel comes with Media Temple DV package doesn’t...
- How do I Start Application Services with launchctl When Apple Mac Leopard Boot Up If you have MySQL, PostgreSQL, Apache2 or other application installed...
- Apple Leopard Network File Sharing One thing I like about Leopard is the Network File...
- windows 2000 – command line (cmd) command auto completion By default, windows 2k server does not activate this function....