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...
- Configure IPV6 on Apple and Windows Do you have IPV6 network ready in your office? Lets...
- Apple Mac Startup Scripts – launchd Wonder how does Apple Mac machine start up background services...
- Install MySQL5 Server on Apple Mac Leopard with MacPorts Previously I wrote a post on “installing postgresql 8.2 on...
- How to Find Your Closest Anycast DNS Server with Dig Most ISP deploys Anycast DNS server on their network and...
- Install and Configure mod_suphp or suphp on Plesk Server Plesk control panel comes with Media Temple DV package doesn’t...
- windows 2000 – command line (cmd) command auto completion By default, windows 2k server does not activate this function....
- How do I Start Application Services with launchctl When Apple Mac Leopard Boot Up If you have MySQL, PostgreSQL, Apache2 or other application installed...
- How to Change Timezone in FreeBSD By default, FreeBSD is configured with UTC timezone. In order...