Skip to content

Instantly share code, notes, and snippets.

@yorek
Created March 13, 2018 04:02
Show Gist options
  • Save yorek/308df218dbe9d422faffb581d1a5d902 to your computer and use it in GitHub Desktop.
Save yorek/308df218dbe9d422faffb581d1a5d902 to your computer and use it in GitHub Desktop.
Powershell Script to download and update AZ CLI 2.0
Invoke-WebRequest https://aka.ms/installazurecliwindows -OutFile AzCliLatest.msi
.\AzCliLatest.msi /passive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment