Skip to content

Instantly share code, notes, and snippets.

@navicore
Last active January 2, 2017 06:14
Show Gist options
  • Select an option

  • Save navicore/1ae6234ab11d09a6f1bb3bb85dda9d5b to your computer and use it in GitHub Desktop.

Select an option

Save navicore/1ae6234ab11d09a6f1bb3bb85dda9d5b to your computer and use it in GitHub Desktop.
Install PowerShell on OSX

Install PowerShell on OSX

wget https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-alpha.9/powershell-6.0.0-alpha.9.pkg

start powershell

Install-Package -Name AzureRM.NetCore.Preview -Source https://www.powershellgallery.com/api/v2 -ProviderName NuGet -ExcludeVersion -Destination /usr/local/share/powershell/Modules
Import-Module AzureRM.NetCore.Preview
Login-AzureRMAccount
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment