May 19 2020
12:47 PM
- last edited on
Jan 14 2022
04:31 PM
by
TechCommunityAP
May 19 2020
12:47 PM
- last edited on
Jan 14 2022
04:31 PM
by
TechCommunityAP
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
Jul 01 2020 03:02 AM
+1 I have the same question.
Oct 22 2020 10:38 AM
May 04 2022 08:50 AM
May 04 2022 12:04 PM
May 04 2022 12:55 PM
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.
Apr 02 2023 07:34 AM
Hello, did you find a solution to this problem?@Chruesch