G Guest Oct 31, 2007 #1 Is there a way to track / report if the time adjusts on multiple PCs, without having to log into each one?
Is there a way to track / report if the time adjusts on multiple PCs, without having to log into each one?
D Dave Oct 31, 2007 #2 What I used to do... create a batch file with the following: net time \\pc1 > time.txt net time \\pc2 >> time.txt net time \\pc3 >> time.txt (etc.) type time.txt | more I used to sort the file, before typing it, but you get the general idea.
What I used to do... create a batch file with the following: net time \\pc1 > time.txt net time \\pc2 >> time.txt net time \\pc3 >> time.txt (etc.) type time.txt | more I used to sort the file, before typing it, but you get the general idea.