Location: List Archives

List Archives

This forum is an archive of all posts to our mailing list over the past few years.  The forum is set read only therefore to contribute you will need to join our list community.  See more info about this here.

 

When subscribed to the list you should use your standard email client to send your posts to ActiveDir@mail.activedir.org.

List Archives

Subject: [ActiveDir] Daylight savings query
Prev Next
You are not authorized to post a reply.

AuthorMessages
sbradcpaUser is Offline

Posts:496

04/04/2006 12:34 PM  
(someone go pick Joe up off the floor after I post this.. I'm actually
asking about scripting)

Is there a script that can be run to determine what a computers time
zone status is? Some WMI status in AD or something? It seems like
everytime I get new computers in the office...the OEM image that we
don't nuke and pake means that they do not grab the "autotmatically
adjust" setting, even though it's checked, so they end up staying on
standard time rather than flipping to daylight savings and thus causing
appointments to be off an hour.
Okay so the setting is under

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation
But the values under there are not jumping out at me as to which one the
machine is broadcasting?
Is it "Daylight Bias" RegDword ffffffc4" ...as if I flip the gui on and
off.. that value goes down to 0....
...wonder if I can group policy that reg key value....hmmmmmm
How to configure daylight saving time dates for Brazil:
http://support.microsoft.com/?kbid=317211

"Use a script to delete "DisableAutoDaylightTimeSet" from the registry.
When deleted 'Automatically adjust clock for daylight savings changes'
in Windows will be checked.

The registry key is:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation "

--
Letting your vendors set your risk analysis these days?
http://www.threatcode.com
List info : http://www.activedir.org/List.aspx
List FAQ : http://www.activedir.org/ListFAQ.aspx
List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/
sbradcpaUser is Offline

Posts:496

04/04/2006 1:01 AM  
Just a heads up for everyone.. remember next year Daylight savings will
be in March so we'll all be patching and moving that daylight savings
impact.

I think the Treo's probably did the same OEM oops.:
SANS - Internet Storm Center - Cooperative Cyber Threat Monitor And
Alert System:

http://www.incidents.org/diary.php?storyid=1236
Molkentin, Steve wrote:
Susan,

Not sure if this will help, but this KB
(http://support.microsoft.com/kb/909915) was posted as a part of
Microsoft's response to the DST extension in Australia for the
Commonwealth games. The package contains an EXE that can be scripted
that allows you to change (if not determine) what TimeZone the client is
in - I think. I only looked at it briefly before I discovered 912475.

FWIW...

themolk.

-----Original Message-----
From: ActiveDir-owner@xxxxxxxxxxxxxxxxxx
[mailto:ActiveDir-owner@xxxxxxxxxxxxxxxxxx] On Behalf Of
Susan Bradley, CPA aka Ebitz - SBS Rocks [MVP]

Sent: Tuesday, 4 April 2006 10:33 AM
To: ActiveDir@xxxxxxxxxxxxxxxxxx
Subject: [ActiveDir] Daylight savings query

(someone go pick Joe up off the floor after I post this.. I'm
actually asking about scripting)

Is there a script that can be run to determine what a computers time
zone status is? Some WMI status in AD or something? It seems like
everytime I get new computers in the office...the OEM image that we
don't nuke and pake means that they do not grab the "autotmatically
adjust" setting, even though it's checked, so they end up staying on
standard time rather than flipping to daylight savings and
thus causing
appointments to be off an hour.
Okay so the setting is under

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneIn
formation
But the values under there are not jumping out at me as to
which one the
machine is broadcasting?
Is it "Daylight Bias" RegDword ffffffc4" ...as if I flip the
gui on and
off.. that value goes down to 0....
...wonder if I can group policy that reg key value....hmmmmmm
How to configure daylight saving time dates for Brazil:
http://support.microsoft.com/?kbid=317211

"Use a script to delete "DisableAutoDaylightTimeSet" from the
registry.

When deleted 'Automatically adjust clock for daylight savings changes'
in Windows will be checked.

The registry key is:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneIn
formation "

--
Letting your vendors set your risk analysis these days?
http://www.threatcode.com
List info : http://www.activedir.org/List.aspx
List FAQ : http://www.activedir.org/ListFAQ.aspx
List archive:
http://www.mail-archive.com/activedir%40mail.activedir.org/

List info : http://www.activedir.org/List.aspx
List FAQ : http://www.activedir.org/ListFAQ.aspx
List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/



--
Letting your vendors set your risk analysis these days?
http://www.threatcode.com
List info : http://www.activedir.org/List.aspx
List FAQ : http://www.activedir.org/ListFAQ.aspx
List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/
AD00000777User is Offline

Posts:0

04/04/2006 1:03 AM  
Hi Susan,

If you try using an ADM template to add the key you may have a problem since
it includes binary settings that can't be set via ADM Templates.
Alan Cuthbertson
Policy Management Software:-
http://www.sysprosoft.com/index.php?ref=activedir&f=pol_summary.shtml
ADM Template Editor:-
http://www.sysprosoft.com/index.php?ref=activedir&f=adm_summary.shtml
Policy Log Reporter(Free)
http://www.sysprosoft.com/index.php?ref=activedir&f=policyreporter.shtml

----- Original Message -----
From: "Susan Bradley, CPA aka Ebitz - SBS Rocks [MVP]"
To:
Sent: Tuesday, April 04, 2006 11:56 AM
Subject: Re: [ActiveDir] Daylight savings query
Yeah in hindsight I think I can achieve bon bon status but just putting
the stupid key in group policy.

Dean Wells wrote:
I don't query the existing setting, I simply set it ... via site linked
policies or script or whatever's your preference -->

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

being
set.

The supplied value behind /Z is from the Display value under the registry
key -
'HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones'

You can also use the Std value in those registry keys as well, this is
equivalent
to "(GMT-08:00) Pacific Time (US & Canada); Tijuana":

Control.exe TIMEDATE.CPL,,/Z Pacific Standard Time

--
Dean Wells
MSEtechnology
* Email: dwells@xxxxxxxxxxxxxxxxx
http://msetechnology.com


-----Original Message-----
From: ActiveDir-owner@xxxxxxxxxxxxxxxxxx
[mailto:ActiveDir-owner@xxxxxxxxxxxxxxxxxx] On Behalf Of Susan Bradley,
CPA aka Ebitz - SBS Rocks [MVP]

Sent: Monday, April 03, 2006 9:20 PM
To: ActiveDir@xxxxxxxxxxxxxxxxxx
Cc: Send - AD mailing list
Subject: Re: [ActiveDir] Daylight savings query

Without walking around to every stupid new desktop every year and getting
mad at Dell that they aren't picking up the right timezones.... I want to
set at my desktop eating bon bons and scan them and see if they've
screwed up and the Secretaries will be booking appointments in the wrong
time zones and the bosses will be getting mad
(Bosses get the new computers.. Secretaries get the old ones that already
have the time zone problem resolved)
Basically I'm asking... what do you guys do in big server land to ensure
that every stupid Outlook is booking appointments in the proper zone?
Dean Wells wrote:

It's late so that could well be it ... but I'm afraid I'm

uncertain as

to what it is you've not already ascertained for yourself?

--
Dean Wells
MSEtechnology
* Email: dwells@xxxxxxxxxxxxxxxxx
http://msetechnology.com


-----Original Message-----
From: ActiveDir-owner@xxxxxxxxxxxxxxxxxx
[mailto:ActiveDir-owner@xxxxxxxxxxxxxxxxxx] On Behalf Of Susan Bradley,
CPA aka Ebitz - SBS Rocks [MVP]

Sent: Monday, April 03, 2006 8:33 PM
To: ActiveDir@xxxxxxxxxxxxxxxxxx
Subject: [ActiveDir] Daylight savings query

(someone go pick Joe up off the floor after I post this..

I'm actually

asking about scripting)
Is there a script that can be run to determine what a

computers time
zone status is? Some WMI status in AD or something? It seems like
everytime I get new computers in the office...the OEM image that we
don't nuke and pake means that they do not grab the "autotmatically
adjust" setting, even though it's checked, so they end up

staying on
standard time rather than flipping to daylight savings and thus causing
appointments to be off an hour.
Okay so the setting is under

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneIn
formation
But the values under there are not jumping out at me as to

which one

the machine is broadcasting?

Is it "Daylight Bias" RegDword ffffffc4" ...as if I flip

the gui on

and off.. that value goes down to 0....

...wonder if I can group policy that reg key value....hmmmmmm
How to configure daylight saving time dates for Brazil:
http://support.microsoft.com/?kbid=317211

"Use a script to delete "DisableAutoDaylightTimeSet" from the registry.
When deleted 'Automatically adjust clock for daylight

savings changes'
in Windows will be checked.

The registry key is:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneIn
formation "

--
Letting your vendors set your risk analysis these days?
http://www.threatcode.com
List info : http://www.activedir.org/List.aspx
List FAQ : http://www.activedir.org/ListFAQ.aspx
List archive:
http://www.mail-archive.com/activedir%40mail.activedir.org/


List info : http://www.activedir.org/List.aspx
List FAQ : http://www.activedir.org/ListFAQ.aspx
List archive:
http://www.mail-archive.com/activedir%40mail.activedir.org/

--
Letting your vendors set your risk analysis these days?
http://www.threatcode.com
List info : http://www.activedir.org/List.aspx
List FAQ : http://www.activedir.org/ListFAQ.aspx
List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/


List info : http://www.activedir.org/List.aspx
List FAQ : http://www.activedir.org/ListFAQ.aspx
List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/


--
Letting your vendors set your risk analysis these days?
http://www.threatcode.com
List info : http://www.activedir.org/List.aspx
List FAQ : http://www.activedir.org/ListFAQ.aspx
List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/


List info : http://www.activedir.org/List.aspx
List FAQ : http://www.activedir.org/ListFAQ.aspx
List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/
dwellsUser is Offline

Posts:53

04/04/2006 1:13 AM  
It's late so that could well be it ... but I'm afraid I'm uncertain as to
what it is you've not already ascertained for yourself?

--
Dean Wells
MSEtechnology
* Email: dwells@xxxxxxxxxxxxxxxxx
http://msetechnology.com



> -----Original Message-----
> From: ActiveDir-owner@xxxxxxxxxxxxxxxxxx
> [mailto:ActiveDir-owner@xxxxxxxxxxxxxxxxxx] On Behalf Of
> Susan Bradley, CPA aka Ebitz - SBS Rocks [MVP]
> Sent: Monday, April 03, 2006 8:33 PM
> To: ActiveDir@xxxxxxxxxxxxxxxxxx
> Subject: [ActiveDir] Daylight savings query
>
> (someone go pick Joe up off the floor after I post this.. I'm
> actually asking about scripting)
>
>
> Is there a script that can be run to determine what a computers time
> zone status is? Some WMI status in AD or something? It seems like
> everytime I get new computers in the office...the OEM image that we
> don't nuke and pake means that they do not grab the "autotmatically
> adjust" setting, even though it's checked, so they end up staying on
> standard time rather than flipping to daylight savings and
> thus causing
> appointments to be off an hour.
>
> Okay so the setting is under
>
> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneIn
> formation
> But the values under there are not jumping out at me as to
> which one the
> machine is broadcasting?
>
> Is it "Daylight Bias" RegDword ffffffc4" ...as if I flip the
> gui on and
> off.. that value goes down to 0....
>
> ...wonder if I can group policy that reg key value....hmmmmmm
>
>
> How to configure daylight saving time dates for Brazil:
> http://support.microsoft.com/?kbid=317211
>
> "Use a script to delete "DisableAutoDaylightTimeSet" from the
> registry.
> When deleted 'Automatically adjust clock for daylight savings changes'
> in Windows will be checked.
>
> The registry key is:
> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneIn
> formation "
>
>
>
> --
> Letting your vendors set your risk analysis these days?
> http://www.threatcode.com
>
> List info : http://www.activedir.org/List.aspx
> List FAQ : http://www.activedir.org/ListFAQ.aspx
> List archive:
> http://www.mail-archive.com/activedir%40mail.activedir.org/
>
>
List info : http://www.activedir.org/List.aspx
List FAQ : http://www.activedir.org/ListFAQ.aspx
List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/
sbradcpaUser is Offline

Posts:496

04/04/2006 1:21 AM  
Without walking around to every stupid new desktop every year and
getting mad at Dell that they aren't picking up the right timezones....
I want to set at my desktop eating bon bons and scan them and see if
they've screwed up and the Secretaries will be booking appointments in
the wrong time zones and the bosses will be getting mad
(Bosses get the new computers.. Secretaries get the old ones that
already have the time zone problem resolved)
Basically I'm asking... what do you guys do in big server land to ensure
that every stupid Outlook is booking appointments in the proper zone?
Dean Wells wrote:
It's late so that could well be it ... but I'm afraid I'm uncertain as to
what it is you've not already ascertained for yourself?

--
Dean Wells
MSEtechnology
* Email: dwells@xxxxxxxxxxxxxxxxx
http://msetechnology.com


-----Original Message-----
From: ActiveDir-owner@xxxxxxxxxxxxxxxxxx
[mailto:ActiveDir-owner@xxxxxxxxxxxxxxxxxx] On Behalf Of
Susan Bradley, CPA aka Ebitz - SBS Rocks [MVP]

Sent: Monday, April 03, 2006 8:33 PM
To: ActiveDir@xxxxxxxxxxxxxxxxxx
Subject: [ActiveDir] Daylight savings query

(someone go pick Joe up off the floor after I post this.. I'm
actually asking about scripting)

Is there a script that can be run to determine what a computers time
zone status is? Some WMI status in AD or something? It seems like
everytime I get new computers in the office...the OEM image that we
don't nuke and pake means that they do not grab the "autotmatically
adjust" setting, even though it's checked, so they end up staying on
standard time rather than flipping to daylight savings and
thus causing
appointments to be off an hour.
Okay so the setting is under

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneIn
formation
But the values under there are not jumping out at me as to
which one the
machine is broadcasting?
Is it "Daylight Bias" RegDword ffffffc4" ...as if I flip the
gui on and
off.. that value goes down to 0....
...wonder if I can group policy that reg key value....hmmmmmm
How to configure daylight saving time dates for Brazil:
http://support.microsoft.com/?kbid=317211

"Use a script to delete "DisableAutoDaylightTimeSet" from the
registry.

When deleted 'Automatically adjust clock for daylight savings changes'
in Windows will be checked.

The registry key is:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneIn
formation "

--
Letting your vendors set your risk analysis these days?
http://www.threatcode.com
List info : http://www.activedir.org/List.aspx
List FAQ : http://www.activedir.org/ListFAQ.aspx
List archive:
http://www.mail-archive.com/activedir%40mail.activedir.org/




List info : http://www.activedir.org/List.aspx
List FAQ : http://www.activedir.org/ListFAQ.aspx
List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/



--
Letting your vendors set your risk analysis these days?
http://www.threatcode.com
List info : http://www.activedir.org/List.aspx
List FAQ : http://www.activedir.org/ListFAQ.aspx
List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/
dwellsUser is Offline

Posts:53

04/04/2006 1:39 AM  
I don't query the existing setting, I simply set it ... via site linked
policies or script or whatever's your preference -->

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
being
set.

The supplied value behind /Z is from the Display value under the registry
key -
'HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones'

You can also use the Std value in those registry keys as well, this is
equivalent
to "(GMT-08:00) Pacific Time (US & Canada); Tijuana":

Control.exe TIMEDATE.CPL,,/Z Pacific Standard Time

--
Dean Wells
MSEtechnology
* Email: dwells@xxxxxxxxxxxxxxxxx
http://msetechnology.com



> -----Original Message-----
> From: ActiveDir-owner@xxxxxxxxxxxxxxxxxx
> [mailto:ActiveDir-owner@xxxxxxxxxxxxxxxxxx] On Behalf Of
> Susan Bradley, CPA aka Ebitz - SBS Rocks [MVP]
> Sent: Monday, April 03, 2006 9:20 PM
> To: ActiveDir@xxxxxxxxxxxxxxxxxx
> Cc: Send - AD mailing list
> Subject: Re: [ActiveDir] Daylight savings query
>
> Without walking around to every stupid new desktop every year
> and getting mad at Dell that they aren't picking up the right
> timezones....
> I want to set at my desktop eating bon bons and scan them and
> see if they've screwed up and the Secretaries will be booking
> appointments in the wrong time zones and the bosses will be
> getting mad
>
> (Bosses get the new computers.. Secretaries get the old ones
> that already have the time zone problem resolved)
>
> Basically I'm asking... what do you guys do in big server
> land to ensure that every stupid Outlook is booking
> appointments in the proper zone?
>
> Dean Wells wrote:
>
> >It's late so that could well be it ... but I'm afraid I'm
> uncertain as
> >to what it is you've not already ascertained for yourself?
> >
> >--
> >Dean Wells
> >MSEtechnology
> >* Email: dwells@xxxxxxxxxxxxxxxxx
> >http://msetechnology.com
> >
> >
> >
> >
> >
> >>-----Original Message-----
> >>From: ActiveDir-owner@xxxxxxxxxxxxxxxxxx
> >>[mailto:ActiveDir-owner@xxxxxxxxxxxxxxxxxx] On Behalf Of Susan
> >>Bradley, CPA aka Ebitz - SBS Rocks [MVP]
> >>Sent: Monday, April 03, 2006 8:33 PM
> >>To: ActiveDir@xxxxxxxxxxxxxxxxxx
> >>Subject: [ActiveDir] Daylight savings query
> >>
> >>(someone go pick Joe up off the floor after I post this..
> I'm actually
> >>asking about scripting)
> >>
> >>
> >>Is there a script that can be run to determine what a
> computers time
> >>zone status is? Some WMI status in AD or something? It seems like
> >>everytime I get new computers in the office...the OEM image that we
> >>don't nuke and pake means that they do not grab the "autotmatically
> >>adjust" setting, even though it's checked, so they end up
> staying on
> >>standard time rather than flipping to daylight savings and thus
> >>causing appointments to be off an hour.
> >>
> >>Okay so the setting is under
> >>
> >>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneIn
> >>formation
> >>But the values under there are not jumping out at me as to
> which one
> >>the machine is broadcasting?
> >>
> >>Is it "Daylight Bias" RegDword ffffffc4" ...as if I flip
> the gui on
> >>and off.. that value goes down to 0....
> >>
> >>...wonder if I can group policy that reg key value....hmmmmmm
> >>
> >>
> >>How to configure daylight saving time dates for Brazil:
> >>http://support.microsoft.com/?kbid=317211
> >>
> >>"Use a script to delete "DisableAutoDaylightTimeSet" from the
> >>registry.
> >>When deleted 'Automatically adjust clock for daylight
> savings changes'
> >>in Windows will be checked.
> >>
> >>The registry key is:
> >>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneIn
> >>formation "
> >>
> >>
> >>
> >>--
> >>Letting your vendors set your risk analysis these days?
> >>http://www.threatcode.com
> >>
> >>List info : http://www.activedir.org/List.aspx
> >>List FAQ : http://www.activedir.org/ListFAQ.aspx
> >>List archive:
> >>http://www.mail-archive.com/activedir%40mail.activedir.org/
> >>
> >>
> >>
> >>
> >
> >
> >List info : http://www.activedir.org/List.aspx
> >List FAQ : http://www.activedir.org/ListFAQ.aspx
> >List archive:
> >http://www.mail-archive.com/activedir%40mail.activedir.org/
> >
> >
> >
>
> --
> Letting your vendors set your risk analysis these days?
> http://www.threatcode.com
>
> List info : http://www.activedir.org/List.aspx
> List FAQ : http://www.activedir.org/ListFAQ.aspx
> List archive:
> http://www.mail-archive.com/activedir%40mail.activedir.org/
>
>
List info : http://www.activedir.org/List.aspx
List FAQ : http://www.activedir.org/ListFAQ.aspx
List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/
TonyTestUser is Offline

Posts:0

04/04/2006 1:56 AM  
Sounds like a good registry setting to apply via GPO (as you indicate
further down in your original email). One option would be go link the
policy at the site level, as long as these correspond to the correct
time zones you need.

Tony

-----Original Message-----
From: ActiveDir-owner@xxxxxxxxxxxxxxxxxx
[mailto:ActiveDir-owner@xxxxxxxxxxxxxxxxxx] On Behalf Of Susan Bradley,
CPA aka Ebitz - SBS Rocks [MVP]
Sent: Tuesday, 4 April 2006 1:20 p.m.
To: ActiveDir@xxxxxxxxxxxxxxxxxx
Cc: Send - AD mailing list
Subject: Re: [ActiveDir] Daylight savings query

Without walking around to every stupid new desktop every year and
getting mad at Dell that they aren't picking up the right timezones....
I want to set at my desktop eating bon bons and scan them and see if
they've screwed up and the Secretaries will be booking appointments in
the wrong time zones and the bosses will be getting mad

(Bosses get the new computers.. Secretaries get the old ones that
already have the time zone problem resolved)

Basically I'm asking... what do you guys do in big server land to ensure
that every stupid Outlook is booking appointments in the proper zone?

Dean Wells wrote:

>It's late so that could well be it ... but I'm afraid I'm uncertain as
>to what it is you've not already ascertained for yourself?
>
>--
>Dean Wells
>MSEtechnology
>* Email: dwells@xxxxxxxxxxxxxxxxx
>http://msetechnology.com
>
>
>
>
>
>>-----Original Message-----
>>From: ActiveDir-owner@xxxxxxxxxxxxxxxxxx
>>[mailto:ActiveDir-owner@xxxxxxxxxxxxxxxxxx] On Behalf Of Susan
>>Bradley, CPA aka Ebitz - SBS Rocks [MVP]
>>Sent: Monday, April 03, 2006 8:33 PM
>>To: ActiveDir@xxxxxxxxxxxxxxxxxx
>>Subject: [ActiveDir] Daylight savings query
>>
>>(someone go pick Joe up off the floor after I post this.. I'm actually

>>asking about scripting)
>>
>>
>>Is there a script that can be run to determine what a computers time
>>zone status is? Some WMI status in AD or something? It seems like
>>everytime I get new computers in the office...the OEM image that we
>>don't nuke and pake means that they do not grab the "autotmatically
>>adjust" setting, even though it's checked, so they end up staying on
>>standard time rather than flipping to daylight savings and thus
>>causing appointments to be off an hour.
>>
>>Okay so the setting is under
>>
>>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneIn
>>formation
>>But the values under there are not jumping out at me as to which one
>>the machine is broadcasting?
>>
>>Is it "Daylight Bias" RegDword ffffffc4" ...as if I flip the gui on
>>and off.. that value goes down to 0....
>>
>>...wonder if I can group policy that reg key value....hmmmmmm
>>
>>
>>How to configure daylight saving time dates for Brazil:
>>http://support.microsoft.com/?kbid=317211
>>
>>"Use a script to delete "DisableAutoDaylightTimeSet" from the
>>registry.
>>When deleted 'Automatically adjust clock for daylight savings changes'
>>in Windows will be checked.
>>
>>The registry key is:
>>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneIn
>>formation "
>>
>>
>>
>>--
>>Letting your vendors set your risk analysis these days?
>>http://www.threatcode.com
>>
>>List info : http://www.activedir.org/List.aspx
>>List FAQ : http://www.activedir.org/ListFAQ.aspx
>>List archive:
>>http://www.mail-archive.com/activedir%40mail.activedir.org/
>>
>>
>>
>>
>
>
>List info : http://www.activedir.org/List.aspx
>List FAQ : http://www.activedir.org/ListFAQ.aspx
>List archive:
>http://www.mail-archive.com/activedir%40mail.activedir.org/
>
>
>

--
Letting your vendors set your risk analysis these days?
http://www.threatcode.com

List info : http://www.activedir.org/List.aspx
List FAQ : http://www.activedir.org/ListFAQ.aspx
List archive:
http://www.mail-archive.com/activedir%40mail.activedir.org/
This communication, including any attachments, is confidential. If you are not the intended recipient, you should not read it - please contact me immediately, destroy it, and do not copy or use any part of this communication or disclose anything about it. Thank you. Please note that this communication does not designate an information system for the purposes of the Electronic Transactions Act 2002.

List info : http://www.activedir.org/List.aspx
List FAQ : http://www.activedir.org/ListFAQ.aspx
List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/
sbradcpaUser is Offline

Posts:496

04/04/2006 2:02 AM  
Yeah in hindsight I think I can achieve bon bon status but just putting
the stupid key in group policy.

Dean Wells wrote:
I don't query the existing setting, I simply set it ... via site linked
policies or script or whatever's your preference -->

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
being
set.

The supplied value behind /Z is from the Display value under the registry
key -
'HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones'

You can also use the Std value in those registry keys as well, this is
equivalent
to "(GMT-08:00) Pacific Time (US & Canada); Tijuana":

Control.exe TIMEDATE.CPL,,/Z Pacific Standard Time

--
Dean Wells
MSEtechnology
* Email: dwells@xxxxxxxxxxxxxxxxx
http://msetechnology.com


-----Original Message-----
From: ActiveDir-owner@xxxxxxxxxxxxxxxxxx
[mailto:ActiveDir-owner@xxxxxxxxxxxxxxxxxx] On Behalf Of
Susan Bradley, CPA aka Ebitz - SBS Rocks [MVP]

Sent: Monday, April 03, 2006 9:20 PM
To: ActiveDir@xxxxxxxxxxxxxxxxxx
Cc: Send - AD mailing list
Subject: Re: [ActiveDir] Daylight savings query

Without walking around to every stupid new desktop every year
and getting mad at Dell that they aren't picking up the right
timezones....
I want to set at my desktop eating bon bons and scan them and
see if they've screwed up and the Secretaries will be booking
appointments in the wrong time zones and the bosses will be
getting mad
(Bosses get the new computers.. Secretaries get the old ones
that already have the time zone problem resolved)
Basically I'm asking... what do you guys do in big server
land to ensure that every stupid Outlook is booking
appointments in the proper zone?
Dean Wells wrote:



It's late so that could well be it ... but I'm afraid I'm


uncertain as

to what it is you've not already ascertained for yourself?

--
Dean Wells
MSEtechnology
* Email: dwells@xxxxxxxxxxxxxxxxx
http://msetechnology.com


-----Original Message-----
From: ActiveDir-owner@xxxxxxxxxxxxxxxxxx
[mailto:ActiveDir-owner@xxxxxxxxxxxxxxxxxx] On Behalf Of Susan
Bradley, CPA aka Ebitz - SBS Rocks [MVP]

Sent: Monday, April 03, 2006 8:33 PM
To: ActiveDir@xxxxxxxxxxxxxxxxxx
Subject: [ActiveDir] Daylight savings query

(someone go pick Joe up off the floor after I post this..


I'm actually

asking about scripting)
Is there a script that can be run to determine what a


computers time


zone status is? Some WMI status in AD or something? It seems like
everytime I get new computers in the office...the OEM image that we
don't nuke and pake means that they do not grab the "autotmatically
adjust" setting, even though it's checked, so they end up


staying on


standard time rather than flipping to daylight savings and thus
causing appointments to be off an hour.
Okay so the setting is under

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneIn
formation
But the values under there are not jumping out at me as to


which one

the machine is broadcasting?

Is it "Daylight Bias" RegDword ffffffc4" ...as if I flip


the gui on

and off.. that value goes down to 0....

...wonder if I can group policy that reg key value....hmmmmmm
How to configure daylight saving time dates for Brazil:
http://support.microsoft.com/?kbid=317211

"Use a script to delete "DisableAutoDaylightTimeSet" from the
registry.
When deleted 'Automatically adjust clock for daylight

savings changes'

in Windows will be checked.

The registry key is:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneIn
formation "

--
Letting your vendors set your risk analysis these days?
http://www.threatcode.com
List info : http://www.activedir.org/List.aspx
List FAQ : http://www.activedir.org/ListFAQ.aspx
List archive:
http://www.mail-archive.com/activedir%40mail.activedir.org/




List info : http://www.activedir.org/List.aspx
List FAQ : http://www.activedir.org/ListFAQ.aspx
List archive:
http://www.mail-archive.com/activedir%40mail.activedir.org/



--
Letting your vendors set your risk analysis these days?
http://www.threatcode.com
List info : http://www.activedir.org/List.aspx
List FAQ : http://www.activedir.org/ListFAQ.aspx
List archive:
http://www.mail-archive.com/activedir%40mail.activedir.org/




List info : http://www.activedir.org/List.aspx
List FAQ : http://www.activedir.org/ListFAQ.aspx
List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/



--
Letting your vendors set your risk analysis these days?
http://www.threatcode.com
List info : http://www.activedir.org/List.aspx
List FAQ : http://www.activedir.org/ListFAQ.aspx
List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/
slinehanUser is Offline

Posts:18

04/04/2006 2:52 AM  
You can also query the setting using w32tm.exe /tz

Thanks,

-Steve

-----Original Message-----
From: ActiveDir-owner@xxxxxxxxxxxxxxxxxx
[mailto:ActiveDir-owner@xxxxxxxxxxxxxxxxxx] On Behalf Of Susan Bradley,
CPA aka Ebitz - SBS Rocks [MVP]
Sent: Monday, April 03, 2006 8:57 PM
To: ActiveDir@xxxxxxxxxxxxxxxxxx
Subject: Re: [ActiveDir] Daylight savings query

Yeah in hindsight I think I can achieve bon bon status but just putting
the stupid key in group policy.


Dean Wells wrote:

>I don't query the existing setting, I simply set it ... via site linked
>policies or script or whatever's your preference -->
>
>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
>being
>set.
>
>The supplied value behind /Z is from the Display value under the
registry
>key -
>'HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones'
>
>You can also use the Std value in those registry keys as well, this is
>equivalent
>to "(GMT-08:00) Pacific Time (US & Canada); Tijuana":
>
>Control.exe TIMEDATE.CPL,,/Z Pacific Standard Time
>
>--
>Dean Wells
>MSEtechnology
>* Email: dwells@xxxxxxxxxxxxxxxxx
>http://msetechnology.com
>
>
>
>
>
>>-----Original Message-----
>>From: ActiveDir-owner@xxxxxxxxxxxxxxxxxx
>>[mailto:ActiveDir-owner@xxxxxxxxxxxxxxxxxx] On Behalf Of
>>Susan Bradley, CPA aka Ebitz - SBS Rocks [MVP]
>>Sent: Monday, April 03, 2006 9:20 PM
>>To: ActiveDir@xxxxxxxxxxxxxxxxxx
>>Cc: Send - AD mailing list
>>Subject: Re: [ActiveDir] Daylight savings query
>>
>>Without walking around to every stupid new desktop every year
>>and getting mad at Dell that they aren't picking up the right
>>timezones....
>>I want to set at my desktop eating bon bons and scan them and
>>see if they've screwed up and the Secretaries will be booking
>>appointments in the wrong time zones and the bosses will be
>>getting mad
>>
>>(Bosses get the new computers.. Secretaries get the old ones
>>that already have the time zone problem resolved)
>>
>>Basically I'm asking... what do you guys do in big server
>>land to ensure that every stupid Outlook is booking
>>appointments in the proper zone?
>>
>>Dean Wells wrote:
>>
>>
>>
>>>It's late so that could well be it ... but I'm afraid I'm
>>>
>>>
>>uncertain as
>>
>>
>>>to what it is you've not already ascertained for yourself?
>>>
>>>--
>>>Dean Wells
>>>MSEtechnology
>>>* Email: dwells@xxxxxxxxxxxxxxxxx
>>>http://msetechnology.com
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>>-----Original Message-----
>>>>From: ActiveDir-owner@xxxxxxxxxxxxxxxxxx
>>>>[mailto:ActiveDir-owner@xxxxxxxxxxxxxxxxxx] On Behalf Of Susan
>>>>Bradley, CPA aka Ebitz - SBS Rocks [MVP]
>>>>Sent: Monday, April 03, 2006 8:33 PM
>>>>To: ActiveDir@xxxxxxxxxxxxxxxxxx
>>>>Subject: [ActiveDir] Daylight savings query
>>>>
>>>>(someone go pick Joe up off the floor after I post this..
>>>>
>>>>
>>I'm actually
>>
>>
>>>>asking about scripting)
>>>>
>>>>
>>>>Is there a script that can be run to determine what a
>>>>
>>>>
>>computers time
>>
>>
>>>>zone status is? Some WMI status in AD or something? It seems like
>>>>everytime I get new computers in the office...the OEM image that we
>>>>don't nuke and pake means that they do not grab the "autotmatically
>>>>adjust" setting, even though it's checked, so they end up
>>>>
>>>>
>>staying on
>>
>>
>>>>standard time rather than flipping to daylight savings and thus
>>>>causing appointments to be off an hour.
>>>>
>>>>Okay so the setting is under
>>>>
>>>>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneIn
>>>>formation
>>>>But the values under there are not jumping out at me as to
>>>>
>>>>
>>which one
>>
>>
>>>>the machine is broadcasting?
>>>>
>>>>Is it "Daylight Bias" RegDword ffffffc4" ...as if I flip
>>>>
>>>>
>>the gui on
>>
>>
>>>>and off.. that value goes down to 0....
>>>>
>>>>...wonder if I can group policy that reg key value....hmmmmmm
>>>>
>>>>
>>>>How to configure daylight saving time dates for Brazil:
>>>>http://support.microsoft.com/?kbid=317211
>>>>
>>>>"Use a script to delete "DisableAutoDaylightTimeSet" from the
>>>>registry.
>>>>When deleted 'Automatically adjust clock for daylight
>>>>
>>>>
>>savings changes'
>>
>>
>>>>in Windows will be checked.
>>>>
>>>>The registry key is:
>>>>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneIn
>>>>formation "
>>>>
>>>>
>>>>
>>>>--
>>>>Letting your vendors set your risk analysis these days?
>>>>http://www.threatcode.com
>>>>
>>>>List info : http://www.activedir.org/List.aspx
>>>>List FAQ : http://www.activedir.org/ListFAQ.aspx
>>>>List archive:
>>>>http://www.mail-archive.com/activedir%40mail.activedir.org/
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>List info : http://www.activedir.org/List.aspx
>>>List FAQ : http://www.activedir.org/ListFAQ.aspx
>>>List archive:
>>>http://www.mail-archive.com/activedir%40mail.activedir.org/
>>>
>>>
>>>
>>>
>>>
>>--
>>Letting your vendors set your risk analysis these days?
>>http://www.threatcode.com
>>
>>List info : http://www.activedir.org/List.aspx
>>List FAQ : http://www.activedir.org/ListFAQ.aspx
>>List archive:
>>http://www.mail-archive.com/activedir%40mail.activedir.org/
>>
>>
>>
>>
>
>
>List info : http://www.activedir.org/List.aspx
>List FAQ : http://www.activedir.org/ListFAQ.aspx
>List archive:
http://www.mail-archive.com/activedir%40mail.activedir.org/
>
>
>

--
Letting your vendors set your risk analysis these days?
http://www.threatcode.com

List info : http://www.activedir.org/List.aspx
List FAQ : http://www.activedir.org/ListFAQ.aspx
List archive:
http://www.mail-archive.com/activedir%40mail.activedir.org/
List info : http://www.activedir.org/List.aspx
List FAQ : http://www.activedir.org/ListFAQ.aspx
List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/
kamleshapUser is Offline

Posts:58

04/04/2006 6:02 AM  
Message body was not found.
listmailUser is Offline

Posts:824

04/04/2006 9:04 AM  
Swoon....
--
O'Reilly Active Directory Third Edition -
http://www.joeware.net/win/ad3e.htm


-----Original Message-----
From: ActiveDir-owner@xxxxxxxxxxxxxxxxxx
[mailto:ActiveDir-owner@xxxxxxxxxxxxxxxxxx] On Behalf Of Susan Bradley, CPA
aka Ebitz - SBS Rocks [MVP]
Sent: Monday, April 03, 2006 8:33 PM
To: ActiveDir@xxxxxxxxxxxxxxxxxx
Subject: [ActiveDir] Daylight savings query

(someone go pick Joe up off the floor after I post this.. I'm actually
asking about scripting)
Is there a script that can be run to determine what a computers time
zone status is? Some WMI status in AD or something? It seems like
everytime I get new computers in the office...the OEM image that we
don't nuke and pake means that they do not grab the "autotmatically
adjust" setting, even though it's checked, so they end up staying on
standard time rather than flipping to daylight savings and thus causing
appointments to be off an hour.

Okay so the setting is under

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation
But the values under there are not jumping out at me as to which one the
machine is broadcasting?

Is it "Daylight Bias" RegDword ffffffc4" ...as if I flip the gui on and
off.. that value goes down to 0....

...wonder if I can group policy that reg key value....hmmmmmm
How to configure daylight saving time dates for Brazil:
http://support.microsoft.com/?kbid=317211

"Use a script to delete "DisableAutoDaylightTimeSet" from the registry.
When deleted 'Automatically adjust clock for daylight savings changes'
in Windows will be checked.

The registry key is:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation "

--
Letting your vendors set your risk analysis these days?
http://www.threatcode.com

List info : http://www.activedir.org/List.aspx
List FAQ : http://www.activedir.org/ListFAQ.aspx
List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/

List info : http://www.activedir.org/List.aspx
List FAQ : http://www.activedir.org/ListFAQ.aspx
List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/
AD000001333User is Offline

Posts:0

04/04/2006 12:45 PM  
Susan,

Not sure if this will help, but this KB
(http://support.microsoft.com/kb/909915) was posted as a part of
Microsoft's response to the DST extension in Australia for the
Commonwealth games. The package contains an EXE that can be scripted
that allows you to change (if not determine) what TimeZone the client is
in - I think. I only looked at it briefly before I discovered 912475.

FWIW...

themolk.


> -----Original Message-----
> From: ActiveDir-owner@xxxxxxxxxxxxxxxxxx
> [mailto:ActiveDir-owner@xxxxxxxxxxxxxxxxxx] On Behalf Of
> Susan Bradley, CPA aka Ebitz - SBS Rocks [MVP]
> Sent: Tuesday, 4 April 2006 10:33 AM
> To: ActiveDir@xxxxxxxxxxxxxxxxxx
> Subject: [ActiveDir] Daylight savings query
>
> (someone go pick Joe up off the floor after I post this.. I'm
> actually asking about scripting)
>
>
> Is there a script that can be run to determine what a computers time
> zone status is? Some WMI status in AD or something? It seems like
> everytime I get new computers in the office...the OEM image that we
> don't nuke and pake means that they do not grab the "autotmatically
> adjust" setting, even though it's checked, so they end up staying on
> standard time rather than flipping to daylight savings and
> thus causing
> appointments to be off an hour.
>
> Okay so the setting is under
>
> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneIn
> formation
> But the values under there are not jumping out at me as to
> which one the
> machine is broadcasting?
>
> Is it "Daylight Bias" RegDword ffffffc4" ...as if I flip the
> gui on and
> off.. that value goes down to 0....
>
> ...wonder if I can group policy that reg key value....hmmmmmm
>
>
> How to configure daylight saving time dates for Brazil:
> http://support.microsoft.com/?kbid=317211
>
> "Use a script to delete "DisableAutoDaylightTimeSet" from the
> registry.
> When deleted 'Automatically adjust clock for daylight savings changes'
> in Windows will be checked.
>
> The registry key is:
> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneIn
> formation "
>
>
>
> --
> Letting your vendors set your risk analysis these days?
> http://www.threatcode.com
>
> List info : http://www.activedir.org/List.aspx
> List FAQ : http://www.activedir.org/ListFAQ.aspx
> List archive:
> http://www.mail-archive.com/activedir%40mail.activedir.org/
>
List info : http://www.activedir.org/List.aspx
List FAQ : http://www.activedir.org/ListFAQ.aspx
List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/
You are not authorized to post a reply.
Forums >ActiveDir Mail List Archive >List Archives > [ActiveDir] Daylight savings query



ActiveForums 3.7
Friends

Friends

VisualClickButoton
Members

Members

MembershipMembership:
Latest New UserLatest:dilips_mon
New TodayNew Today:1
New YesterdayNew Yesterday:0
User CountOverall:5292

People OnlinePeople Online:
VisitorsVisitors:41
MembersMembers:0
TotalTotal:41

Online NowOnline Now:

Ads

Copyright 2012 ActiveDir.org
Terms Of Use