Forum Discussion
Martinlangof640
Jul 31, 2019Copper Contributor
Virtual Desktop in Azure change TimeZone (+UTC 01:00)
Hello all, I had set up Windows Virtual Desktop in Azure vor the Company everthing worked fine after a while and ist really a coo,l Thing!! But! One Thing i cant find for days.. where i ca...
- Jul 31, 2019
Martinlangof640 This powershell seemed to work for me!
$tz = Get-TimeZone -ListAvailable |Out-Gridview -Outputmode Single
Set-TimeZone -ID $tz.Id
Eric Liebler
Jul 31, 2019Copper Contributor
Martinlangof640 This powershell seemed to work for me!
$tz = Get-TimeZone -ListAvailable |Out-Gridview -Outputmode Single
Set-TimeZone -ID $tz.Id
- Martinlangof640Aug 01, 2019Copper Contributor
It works!
Hey Eric thanks so much for your Reply , that easy Code saved my day it works and the timezone keeps now persist on the virtual desks
- corrado49Sep 14, 2022Copper Contributor
Martinlangof640 Hi Guys!
Can you elaborate more on how this script works? I only see that opens a new dialog and that's it.
Did you set the new time and then run the script? What happened when the user logs the next day to a different AVD?
- abunnyukOct 24, 2022Copper ContributorWhen the grid opens up, select the time zone you wish to set then press OK. This will then pass the time zone object to the console with its ID then being accessed via $tz.Id