Forum Discussion
Chruesch
May 19, 2020Copper Contributor
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
- Michael_F1985Copper ContributorDid you find the answer to this? I'm struggling with the same issue.
- Anas_AlmohanaCopper Contributorsame here any answer? I have the same issue.
- Adin_CalkicIron 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.
- joshuastallingsFormer EmployeeWouldn't mind knowing what AAD DS uses by default for time sync too. Is it time.windows.com? Host time?
- JeffaffaCopper Contributor
+1 I have the same question.