diff --git a/Cloud/Azure/Aziue Virtual Desktop/Licensing.md b/Cloud/Azure/Azure Virtual Desktop/Licensing.md similarity index 100% rename from Cloud/Azure/Aziue Virtual Desktop/Licensing.md rename to Cloud/Azure/Azure Virtual Desktop/Licensing.md 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..da3f6b1 --- /dev/null +++ b/Cloud/Azure/Azure Virtual Machine/Change Time Zone.md @@ -0,0 +1,21 @@ +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 + + +[Change Time Zone of Azure Virtual Machines | David Galiata - neoslash.net](https://www.neoslash.net/blog/Azure%20vm%20time%20zone) \ No newline at end of file diff --git a/Cloud/Microsoft 365/Endpoint/Windows device registration.md b/Cloud/Microsoft 365/Endpoint/Windows device registration.md index a2424e0..9cb0a23 100644 --- a/Cloud/Microsoft 365/Endpoint/Windows device registration.md +++ b/Cloud/Microsoft 365/Endpoint/Windows device registration.md @@ -8,15 +8,6 @@ Manuelly register computer for Auto pilot On the langueage slection screen, press Shift + F10 to open cmd - - - -``` cmd - -Powershell - -``` - ``` cmd 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