Merge branch 'master' of git@gitssh.labsconnect.se:bobban/cheat-sheets.git
This commit is contained in:
21
Cloud/Azure/Azure Virtual Machine/Change Time Zone.md
Normal file
21
Cloud/Azure/Azure Virtual Machine/Change Time Zone.md
Normal file
@@ -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)
|
||||
@@ -10,15 +10,6 @@ Manuelly register computer for Auto pilot
|
||||
On the langueage slection screen, press Shift + F10 to open cmd
|
||||
|
||||
|
||||
|
||||
``` cmd
|
||||
|
||||
Powershell
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
``` cmd
|
||||
|
||||
Powershell
|
||||
|
||||
0
Windows/Powershell/Azure Active Directory.md
Normal file
0
Windows/Powershell/Azure Active Directory.md
Normal file
0
Windows/Powershell/Azure.md
Normal file
0
Windows/Powershell/Azure.md
Normal file
0
Windows/Powershell/Microsoft 365 - Exchange.md
Normal file
0
Windows/Powershell/Microsoft 365 - Exchange.md
Normal file
Reference in New Issue
Block a user