We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Run PowerShell script:
Invoke-WebRequest -Uri https://aka.ms/installazurecliwindows -OutFile .\AzureCLI.msi; Start-Process msiexec.exe -Wait -ArgumentList '/I AzureCLI.msi /quiet'; rm .\AzureCLI.msi
There was an error while loading. Please reload this page.