- To set the time in a Windows 2003 server you can use the w32tm command
- w32tm /?
- w32tm /config /manualpeerlist:10.1.1.1 /syncfromflags:MANUAL
- net stop w32time
- net start w32time
- w32tm /resync
And that's it, now you will have your server setting the time from the ip:10.1.1.1
No comments:
Post a Comment