Forum Discussion

Chruesch's avatar
Chruesch
Copper Contributor
May 19, 2020

Change time zone in Azure Active Directory Domain Services

Hello,

 

Is it possible to change the time zone in which AAD DS is running? We currently use WVD and we could not figure out how to change the time zone of the domain controller since all access to it is blocked.

Is there a powershell cmdlet for this?

 

Thanks in advance

 

Regards,

Chruesch

6 Replies

      • Adin_Calkic's avatar
        Adin_Calkic
        Iron Contributor

        Hi Anas_Almohana ,

         

        Have you tried running 

         Set-TimeZone -Name "Timezone name"

        Example to set Eastern Standard Timezone:

         Set-TimeZone -Name "Eastern Standard Time"

         

        List of available timezones, you can run this command:

        Get-TimeZone -ListAvailable

         

        Once you see your timezone on the list, you can set and run. 

         

  • Wouldn't mind knowing what AAD DS uses by default for time sync too. Is it time.windows.com? Host time?

Resources