From 1eda93e9bccb19fedcc046f7cbe51dbf96ba76f7 Mon Sep 17 00:00:00 2001 From: Tobias Rydh Date: Thu, 3 Nov 2022 11:43:33 +0100 Subject: [PATCH 1/2] Added Azure VM And Powershell --- .../Azure Virtual Machine/Change Time Zone.md | 18 ++++++++++++++++++ .../Active Directory.md} | 0 Windows/Powershell/Azure Active Directory.md | 0 Windows/Powershell/Azure.md | 0 Windows/Powershell/Microsoft 365 - Exchange.md | 0 5 files changed, 18 insertions(+) create mode 100644 Cloud/Azure/Azure Virtual Machine/Change Time Zone.md rename Windows/{Powershell.md => Powershell/Active Directory.md} (100%) create mode 100644 Windows/Powershell/Azure Active Directory.md create mode 100644 Windows/Powershell/Azure.md create mode 100644 Windows/Powershell/Microsoft 365 - Exchange.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..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 From 9c6062440652a198fbb4e118c3be4cb2691c9c39 Mon Sep 17 00:00:00 2001 From: Tobias Rydh Date: Thu, 3 Nov 2022 15:39:06 +0100 Subject: [PATCH 2/2] Updated notes and added correct name --- .../Licensing.md | 0 Cloud/Azure/Azure Virtual Machine/Change Time Zone.md | 5 ++++- .../Endpoint/Windows device registration.md | 9 --------- 3 files changed, 4 insertions(+), 10 deletions(-) rename Cloud/Azure/{Aziue Virtual Desktop => Azure Virtual Desktop}/Licensing.md (100%) 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 index 335542d..da3f6b1 100644 --- a/Cloud/Azure/Azure Virtual Machine/Change Time Zone.md +++ b/Cloud/Azure/Azure Virtual Machine/Change Time Zone.md @@ -15,4 +15,7 @@ Set the time one on the server Set-TimeZone -Id "W. Europe Standard Time" ``` -Restart the server \ No newline at end of file +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