How to Install Azure Module
How to Install Azure Module
2024-01-31
08:01
Introduction: Install Azure Modules to your desktop
Step 1:
Install-Module -Name Az -scope CurrentUser -repository PSGallery
Step 2:
Install-Module -Name Az.ManagedServiceIdentity -scope CurrentUser
Misc. Commands:
#update Az modules
Update-Module Az.*
Notes: