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...
Michael_F1985
May 04, 2022Copper Contributor
Did you find the answer to this? I'm struggling with the same issue.
- Anas_AlmohanaMay 04, 2022Copper Contributorsame here any answer? I have the same issue.
- Adin_CalkicMay 04, 2022Steel 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.