Azure – Cmdlets

Check out: PowerShell Vault, PowerShell Category, PowerShell Cmdlets, SCCM Cmdlets, Hyper-V CmdletsAD Cmdlets


Remove Old Azure

Uninstall-AzureRm


Install New Azure

Find-Module -Name Az -Repository PSGallery | Install-Module -Verbose -Force


Update Azure

Install-Module -Name Az -AllowClobber -Force


List Cmdlets

Get-Command -Verb * -Noun Az* | Select-Object -Property Name

 

Azure Cmdlets