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.
•
• Type Y
or A
and press the Enter key to install all modules.
•
• Type Get-Command -Module *az.*
and press the Enter key to get all Azure PowerShell modules.
•