See the following tips in the 'Tips & Tricks' at http://www.jsifaq.com
7525 » How do I set the Time Zone from the command line?
9005 » How can I create a file of time zones, sorted from GMT -12:00 to GMT +13:00?
4141 » PsExec freeware executes programs remotely.
You can return all the workstations using
for /f "Skip=1 Tokens=1" %i in ('netdom query WORKSTATION^|findstr /I /V /C:"The command completed successfully."') do @echo %i
For info, see
9006 » How do you deal with time zone changes when your domain is on a ship, airplane, or other vehicle?
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.