Looking beyond CSP and using Settings Catalog to configure Time zone using Intune

Back in June, 2021, when I first blogged about using Settings Catalog, I knew that the addition of this device configuration profile by Microsoft was a step in the right direction. Fast forward to 2022 and my take on Settings Catalog has only been re-affirmed. Even though the feature is still in preview, it is clearly evident that a lot of development work has gone into it and kudos to Microsoft product group for keeping at it.

Even thought some CSPs are still missing, majority of them are actually added and supported now. To such an extent that I hardly find myself using CSPs anymore. One such use case is configuring time zone setting, a CSP that pretty much every organization have on their list of requirements for Windows devices that are being managed by Intune.

I recently used the Settings catalog to configure the time zone and if you want to know how to configure this then keep reading. :-)

First, get a list of available time zones. This can be done using the Powershell cmdlet Get-TimeZone -ListAvailable


Since the list is long, it is better to pipe the output using '>'. Resultant output will give you the list of available timezones.


Next step is to create the policy in Intune.

2. Browse to Devices – Windows – Configuration Profiles
3. Click Create Profile
4. Select Platform as Windows 10 and later
5. Select Profile as Settings catalog (Preview)
6. Provide a Name and hit next.
7. Click on Add settings.
8. Search for 'Configure Time' and select Configure Time Zone under Time Language Settings as shown below.


9. Enter the relevant value. In my case I needed the time zone to be set to 'GMT Standard Time'.
10. Once selected then assign the policy to a device or user based group.

End Result

Once the device syncs, the time zone will get configured. 


It can be checked in the MDMDiagReport as well.


Reporting compliance in Intune -



I am slowly moving other CSP and Device configuration policies to Settings Catalog and will be blogging about them in the coming weeks. Thanks for reading. Until next time..

Comments

Popular posts from this blog

How to force escrowing of BitLocker recovery keys using Intune

Intune: Configure Printers for Non-Administrative Users

Intune: UAC Elevation Prompt Behavior for Standard Users