Sunday, November 02, 2008

Time Change

Hey Everyone!
Did you change all of your clocks? Did all of your systems change? Are you really sure?
Here is a script that will run through a txt file and perform a net time on all of the systems listed.

Check Time.cmd
FOR /F %%i IN (c:\servers.txt) DO NET TIME \\%%i >> c:\temp\time.txt

Enjoy.

No comments: