ad and Time zone GMT

  • Thread starter Thread starter eric romero
  • Start date Start date
E

eric romero

Hi all

Is there any way from AD to assing the GMT time zone to the workstations in
our AD childomain?
 
You can set it with 'net time /setsntp:<servername>'. Is this what you mean
by timezone?

Regards,
/Jimmy
 
that does not modify the "GMT +" in the workstations.
What I need is to change the GMT+ "time zone" in the workstations.
 
Ok, got it. I found a post from Torgeir, Microsoft MVP Scripting and WMI.
You should be able to use this in a script.

<snip>
Time zone change from command line (Win2k/WinXP):
Control.exe TIMEDATE.CPL,,/Z (GMT-08:00) Pacific Time (US & Canada); Tijuana

alternatively:

RUNDLL32.EXE SHELL32.DLL,Control_RunDLL TIMEDATE.CPL,,/Z (GMT-08:00) Pacific
Time (US & Canada); Tijuana

where '(GMT-08:00) Pacific Time (US & Canada); Tijuana' is the timezone to
be set.

Input value behind /Z is from the Display value under the registry key
'HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones'
You can use the Std value in those registry keys as well, this is equivalent
with "(GMT-08:00) Pacific Time (US & Canada); Tijuana":
Control.exe TIMEDATE.CPL,,/Z Pacific Standard Time
--
torgeir
<snip>

Regards,
/Jimmy
--
Jimmy Andersson, Q Advice AB
Microsoft MVP - Directory Services
---------- www.qadvice.com ----------
 

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