Install Azure PowerShell Module for Current User on Windows - DevPops-Inc/windows GitHub Wiki

• Type Install-Module az -allowclobber -scope currentuser and press the Enter key to install Azure PowerShell module for current user.
image

• Type Y or A and press the Enter key to install all modules.
image

• Type Get-Command -Module *az.* and press the Enter key to get all Azure PowerShell modules.
image

⚠️ **GitHub.com Fallback** ⚠️