Info
Content
Command Line Interface (CLI)
PowerShell
Pipe Cmdlets
Format-Table # Long syntax Get-AzSubscription | Format-Table Get-AzSubscription | Format-Table...
Stop Multiple VMs in Multiple Resource Groups
List All VMs Get-AzVM -ResourceGroupName 'az104-06*' -Status ResourceGroupName Name ...
Powershell Script for iCloud Photos
Trigger downloading photos from iCloud to keep local copies for offline use. $items = Get-ChildI...
Start-up Script
Write-Host "Hi, welcome back!" Remove-Variable HOMEDRIVE 2> $null Remove-Variable HOMEPAT...