AVD Time Zone

김경림 106 Reputation points
2022-04-12T01:30:57.847+00:00

Hello. Thank you for checking my question.

Before generating avd, a golden image was created and the time zone was set to Seoul, and when avd was created with that image, the time was reset again and changed to the world standard time UTC. Is there a solution?

Azure Virtual Desktop
Azure Virtual Desktop
A Microsoft desktop and app virtualization service that runs on Azure. Previously known as Windows Virtual Desktop.
1,451 questions
{count} votes

Accepted answer
  1. Andreas Baumgarten 104K Reputation points MVP
    2022-04-13T05:50:29.543+00:00

    Hi @Anonymous ,

    you can use the PowerShell command Set-TimeZone in a PowerShell script: https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.management/set-timezone?view=powershell-7.2

    For instance Set-TimeZone -Id "W. Europe Standard Time"

    ----------

    (If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)

    Regards
    Andreas Baumgarten

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful