Skip to content

Instantly share code, notes, and snippets.

@jfversluis
Created January 12, 2019 15:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jfversluis/5b763bebd7010d6ff482916b1478e990 to your computer and use it in GitHub Desktop.
Save jfversluis/5b763bebd7010d6ff482916b1478e990 to your computer and use it in GitHub Desktop.
Install the Azure modules for PowerShell
Save-Module -Name Az -Path /usr/local/microsoft/powershell/6/Modules
Install-Module -Name Az
# List available modules
Get-Module -ListAvailable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment