How to check available time zones in PowerShell and set it to that time zone

Problem:

How do I check available time zones in PowerShell and set it to that time zone?

Solution:

Get-TimeZone -ListAvailable

Set-TimeZone "GMT Standard Time" 

Leave a Reply

Your email address will not be published. Required fields are marked *