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...
Anas_Almohana
May 04, 2022Copper Contributor
same here any answer? I have the same issue.
Adin_Calkic
May 04, 2022Iron 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.