Setting time zones with site-based Group Policy

Setting up a Group policy to configure Time Zones based on site location.

3

1 Answer

Change the template host to the desired time zone, then export to a .REG .

enter image description here

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation]
"Bias"=dword:0000012c
"DaylightBias"=dword:ffffffc4
"DaylightName"="@tzres.dll,-111"
"DaylightStart"=hex:00,00,03,00,02,00,02,00,00,00,00,00,00,00,00,00
"DynamicDaylightTimeDisabled"=dword:00000000
"StandardBias"=dword:00000000
"StandardName"="@tzres.dll,-112"
"StandardStart"=hex:00,00,0b,00,01,00,02,00,00,00,00,00,00,00,00,00
"TimeZoneKeyName"="Eastern Standard Time"
"ActiveTimeBias"=dword:0000012c

Convert the .REG to .XML

-Note:Do not use "Replace" use "update" otherwise when the host does not match a site it will default to the UTC Timezone.

.xml GPP file

Then Pasted the xml into the GPP editorenter image description hereenter image description here

Setup "Item-level targting" on the properties for each time zoneenter image description hereAfter the policy applies "Some Settings are managed by your organization" will now appear on your time zone settings.After a GPupdate /force the setting are being applied to the host

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like