ANAVEM
Reference
Languagefr
Configure Time Zone Settings for Windows Devices Using Microsoft Intune

Configure Time Zone Settings for Windows Devices Using Microsoft Intune

Deploy standardized time zone configurations across Windows 10/11 devices using Microsoft Intune Settings Catalog. Step-by-step guide covering timezone policy creation, correct Windows timezone IDs, group assignments, and deployment verification.

Emanuel DE ALMEIDA
3/13/2026 15 min 0
mediumintune 8 steps 15 min

Overview

Inconsistent time zone settings across managed devices cause authentication failures, incorrect log timestamps, and compliance issues in multi-timezone organizations. Microsoft Intune's Settings Catalog provides a centralized, enforceable way to deploy and maintain consistent time zone configurations across all Windows 10 (1903+) and Windows 11 devices.

This guide covers the complete configuration: identifying the correct Windows time zone ID, creating a Settings Catalog profile in Intune, configuring the time zone policy, assigning it to Entra ID device groups, and verifying successful deployment.

Requirements: Microsoft Intune Plan 1 or Microsoft 365 E3/E5, Windows 10 (1903+) or Windows 11 devices enrolled in Intune and joined to Entra ID or Hybrid AD.
Implementation Guide

Full Procedure

01

Identify the Correct Time Zone ID

Before creating any Intune policies, you need to identify the exact time zone ID that Windows uses internally. These IDs are different from display names and must be precise.

Open PowerShell as Administrator on any Windows device and run:

Get-TimeZone -ListAvailable | Format-Table Id, DisplayName -AutoSize

This command lists all available time zones. Look for the Id column - this is what you'll use in Intune. Common examples:

  • India Standard Time for India
  • W. Europe Standard Time for Western Europe
  • Eastern Standard Time for US East Coast
  • Pacific Standard Time for US West Coast

Verification: Check your current time zone with Get-TimeZone | Format-List Id, DisplayName to confirm the format.

02

Access Microsoft Intune Admin Center

Navigate to the Microsoft Intune admin center and prepare to create a new configuration profile.

Open your web browser and go to https://intune.microsoft.com. Sign in with your administrator credentials.

From the left navigation menu, click Devices > Configuration. You'll see your existing configuration profiles here.

Click Create > New policy to start creating a new configuration profile.

Pro tip: Bookmark the Intune admin center URL. The old endpoint.microsoft.com redirects here, but using the direct URL is faster.

Verification: You should see the "Create a profile" wizard with platform and profile type options.

03

Create the Time Zone Configuration Profile

Set up the basic profile configuration using the Settings Catalog approach, which provides the most granular control over Windows settings.

In the profile creation wizard:

  1. Platform: Select Windows 10 and later
  2. Profile type: Select Settings catalog
  3. Click Create

On the Basics page:

  • Name: Enter a descriptive name like Corporate Time Zone - Eastern US or Time Zone Policy - London Office
  • Description: Add details like Enforces Eastern Standard Time for consistency across all corporate devices

Click Next to proceed to configuration settings.

Verification: The profile name should clearly indicate which time zone and which devices it targets.

04

Configure the Time Zone Setting

Add the specific time zone configuration to your profile using Intune's Settings Catalog.

On the Configuration settings page:

  1. Click Add settings
  2. In the search box, type time zone
  3. Expand Time language settings from the results
  4. Check the box next to Configure Time Zone
  5. Click Add

In the Configure Time Zone field that appears, enter the exact time zone ID you identified in Step 1. For example:

Eastern Standard Time

or

India Standard Time
Warning: The time zone ID is case-sensitive and must match exactly. Using display names or abbreviations will cause the policy to fail.

Click Next to proceed to assignments.

Verification: The setting should show "Configure Time Zone" with your specified time zone ID in the value field.

05

Assign the Profile to Device Groups

Target specific device groups or all devices in your organization with the time zone policy.

On the Assignments page:

  1. Under Included groups, click Add groups
  2. Select the appropriate device groups:
    • All devices for organization-wide deployment
    • Specific Azure AD device groups for regional offices
    • Dynamic device groups based on location or department
  3. Click Select

You can also exclude specific groups if needed. For example, exclude devices used by traveling executives who need automatic time zone detection.

Pro tip: Create separate profiles for different regions rather than one massive policy. This makes troubleshooting and management much easier.

Click Next to review your configuration.

Verification: The assignments section should show your selected groups with the correct inclusion/exclusion settings.

06

Deploy and Monitor the Configuration

Complete the profile creation and monitor its deployment across your targeted devices.

On the Review + create page:

  1. Review all your settings carefully
  2. Verify the time zone ID is correct
  3. Confirm the assigned groups are appropriate
  4. Click Create

The profile will now deploy to targeted devices. Monitor the deployment:

  1. Go to Devices > Configuration
  2. Click on your newly created time zone profile
  3. Click Device status to see deployment progress

Devices typically receive the policy within 15-30 minutes, but you can force immediate sync on test devices.

Verification: The Device status page should show "Succeeded" for devices that have received and applied the policy.

07

Force Policy Sync on Target Devices

Speed up policy deployment by manually triggering sync on test devices to verify the configuration works correctly.

For immediate testing, force sync on a target device:

Method 1 - From Intune Admin Center:

  1. Go to Devices > All devices
  2. Find and click on a target device
  3. Click Sync at the top of the device page
  4. Wait 2-3 minutes for the sync to complete

Method 2 - From the Device Itself:

  1. Open Settings > Accounts > Access work or school
  2. Click on your Intune enrollment account
  3. Click Sync

Method 3 - PowerShell Command:

Get-ScheduledTask | Where-Object {$_.TaskName -eq "PushLaunch"} | Start-ScheduledTask

Verification: Check the last sync time in the device properties to confirm the sync completed successfully.

08

Verify Time Zone Configuration on Devices

Confirm that the time zone policy has been applied correctly on target devices and troubleshoot any issues.

On a target device, open PowerShell as Administrator and run:

Get-TimeZone | Format-List Id, DisplayName, StandardName, DaylightName

The output should show your configured time zone. You can also check the Windows Settings:

  1. Open Settings > Time & Language > Date & time
  2. The time zone dropdown should be grayed out with text "Some settings are managed by your organization"
  3. The correct time zone should be displayed

To check policy application events:

Get-EventLog -LogName System -Source "Microsoft-Windows-Kernel-General" -Newest 10 | Where-Object {$_.Message -like "*time zone*"}
Pro tip: If settings appear grayed out, that's normal behavior indicating the policy is enforced. Users cannot override managed time zone settings.

Verification: The time zone should match your policy, and users should see the "managed by organization" message in Settings.

Frequently Asked Questions

How long does it take for Intune time zone policies to apply to Windows devices?+
Time zone policies typically apply within 15-30 minutes of device check-in with Microsoft Intune. You can force immediate application by manually syncing the device through Settings > Accounts > Access work or school > Sync, or by restarting the device. The Intune management extension processes Settings Catalog policies during regular check-in cycles.
Can users override time zone settings managed by Microsoft Intune policies?+
No, users cannot override time zone settings when they're managed by Intune policies. The time zone dropdown in Windows Settings becomes grayed out with the message 'Some settings are managed by your organization.' This is the intended behavior to ensure consistent time zone enforcement across corporate devices.
What's the difference between using Settings Catalog and Custom OMA-URI for time zone configuration in Intune?+
Settings Catalog provides a user-friendly interface with built-in validation for time zone configuration, making it the recommended approach. Custom OMA-URI requires manual XML configuration and deeper technical knowledge but offers more advanced options like automatic time zone detection. Settings Catalog is more reliable and easier to troubleshoot for standard time zone enforcement scenarios.
How do you configure automatic time zone detection for traveling users with Intune?+
Microsoft Intune's Settings Catalog doesn't natively support dynamic automatic time zone detection. You need to enable location services through additional policies and potentially deploy PowerShell remediation scripts. Alternatively, create separate time zone policies for different user groups and exclude traveling users from static time zone enforcement, allowing them to use Windows' built-in automatic detection.
Why might Intune time zone policies fail to apply to some Windows devices?+
Common causes include incorrect time zone IDs (must match exactly with Get-TimeZone -ListAvailable output), devices not being in assigned Azure AD groups, Intune connectivity issues, or conflicting Group Policy settings. Check device enrollment status, verify group membership, ensure the time zone ID is case-sensitive and spelled correctly, and review Intune Management Extension logs for detailed error information.
Emanuel DE ALMEIDA
Written by

Emanuel DE ALMEIDA

Microsoft MCSA-certified Cloud Architect | Fortinet-focused. I modernize cloud, hybrid & on-prem infrastructure for reliability, security, performance and cost control - sharing field-tested ops & troubleshooting.

Discussion

Share your thoughts and insights

You must be logged in to comment.

Loading comments...