SCCM – Set Time Zone During OSD

sccm logo

Last updated on March 30th, 2023 at 06:04 pm

Read Time:59 Second

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]

Free Subscription

If you want to be notified when we post more quality guides like this one, sign up to our free subscription service and you will receive an email when a new post is live.

Join 441 other subscribers.

No need to worry, we will not be filling your inbox with spam and you can unsubscribe anytime you like.


Leave us a message...

This site uses Akismet to reduce spam. Learn how your comment data is processed.