SCCM – Set Time Zone During OSD

sccm logo
SCCM Logo

Estimated reading time: 1 minutes

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.

Click to rate this post!
[Total: 0 Average: 0]

Share this content:

Avatar for Andrew Armstrong

About Andrew Armstrong

Founder of TechyGeeksHome and Head Editor for over 15 years! IT expert in multiple areas for over 26 years. Sharing experience and knowledge whenever possible! Making IT Happen.

View all posts by Andrew Armstrong

Leave a Reply

Your email address will not be published. Required fields are marked *