To install Az
from the PowerShell Gallery, run the following command:
1 |
Install-Module -Name Az -Repository PSGallery -Force |
To update from an older version of Az
, run the following command:
1 |
Update-Module -Name Az |