Daylight Savings Time ...

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way to track / report if the time adjusts on multiple PCs, without
having to log into each one?
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top