SCCM – Set Time Zone During OSD

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.

Share this content:

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

Leave a Reply

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