diff --git a/Cloud/Azure/Azure Virtual Machine/Change Time Zone.md b/Cloud/Azure/Azure Virtual Machine/Change Time Zone.md new file mode 100644 index 0000000..335542d --- /dev/null +++ b/Cloud/Azure/Azure Virtual Machine/Change Time Zone.md @@ -0,0 +1,18 @@ +Timezones on Virtual Machines in Azure can not be set in Settings or Control panel, it needs to be set by a powershell command. + +List all available time zones +``` Powershell +Get-TimeZone -ListAvailable +``` + +List available time zones for a specific region +``` Powershell +Get-TimeZone -ListAvailable | where ({$_.Id -like "*Europe*"}) +``` + +Set the time one on the server +``` Powershell +Set-TimeZone -Id "W. Europe Standard Time" +``` + +Restart the server \ No newline at end of file diff --git a/Windows/Powershell.md b/Windows/Powershell/Active Directory.md similarity index 100% rename from Windows/Powershell.md rename to Windows/Powershell/Active Directory.md diff --git a/Windows/Powershell/Azure Active Directory.md b/Windows/Powershell/Azure Active Directory.md new file mode 100644 index 0000000..e69de29 diff --git a/Windows/Powershell/Azure.md b/Windows/Powershell/Azure.md new file mode 100644 index 0000000..e69de29 diff --git a/Windows/Powershell/Microsoft 365 - Exchange.md b/Windows/Powershell/Microsoft 365 - Exchange.md new file mode 100644 index 0000000..e69de29