
Registry: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\7516b95f-f776-4464-8c53-06167f40cc99\8EC4B3A5-6868-48c2-BE75-4F3044BE88A7 Change: Attributes to the value of 2
Instead of using out-file, use the method Set-Content
This give the possibility to use the parameter: “-Encoding“
curl ifconfig.me
Create site for checking out, what the latency is to the Azure datacenters
Normally you can only cancel/disable a subscription by code if the subscription is empty.
If you add IgnoreResourceCheck=true and thereby still cancel the subscription. This give you the grace time before deletion. Remember to change {subscriptionId} in the URI
Documentation on grace period
az account list-locations -o table
net user /add [username] [password] net localgroup administrators [username] /add