SCCM – Set Time Zone During OSD

If you are using SCCM for your operating system deployments across different countries, then you may want to set the time zone within the task sequence. To do this, you can take advantage of the built in Windows tool call tzutil.exe. In this example we will set the time zone for a computer deployment based […]

SCCM Set Time Zone During Osd
If you are using SCCM for your operating system deployments across different countries, then you may want to set the time zone within the task sequence. To do this, you can take advantage of the built in Windows tool call tzutil.exe. In this example we will set the time zone for a computer deployment based in Amsterdam, The Netherlands which is Western European Standard Time (GMT +1). Towards the end of your task sequence and after the Apply Image and Install ConfigMgr Client steps, add a Run Command Line step. Then give it a descriptive name. Add the following code for the command line:
cmd.exe /c tzutil.exe /s “W. Europe Standard Time”
You will also need to set the Start In as C:WindowsSystem32 So, when you have completed the step, it should look like this: 1 If you want to use a different time zone, you can see the full list (and correct command to use) by typing the following command in a command box on any Windows machine:
tzutil.exe /l

Comments

If you have any questions on this guide then please feel free to leave a message below using our comments system.
🛠️

Gear We Recommend

Testing configs is easier with a dedicated admin machine set up right. Here’s the kit we use.

Browse our Windows Admin Toolkit picks on Amazon

As an Amazon Associate, TechyGeeksHome earns from qualifying purchases.


Discover more from TechyGeeksHome

Subscribe to get the latest posts sent to your email.

Andrew Armstrong

Andrew Armstrong is a UK-based IT professional with 26+ years of hands-on experience in Windows, Windows Server, SCCM/ConfigMgr, Active Directory, PowerShell, and enterprise infrastructure.

He founded TechyGeeksHome in 2010 and has published over 1,500 practical guides covering real-world IT problems and solutions. When not solving IT problems,

Andrew develops free Windows utilities including Ultimate Settings Panel, which has been downloaded over 850,000 times.