Skip to content

Instantly share code, notes, and snippets.

@danielscholl
Created April 13, 2017 23:32
Show Gist options
  • Save danielscholl/174ebc1e593613bf9491e9189a1c9e1f to your computer and use it in GitHub Desktop.
Save danielscholl/174ebc1e593613bf9491e9189a1c9e1f to your computer and use it in GitHub Desktop.
Install AzureRM for Mac Powershell
Install-Package -Name AzureRM.NetCore.Preview -Source https://www.powershellgallery.com/api/v2/ -ProviderName NuGet -ExcludeVersion -Destination $home/powershell/modules
Import-Module $home/powershell/modules/AzureRM.Profile.NetCore.Preview
Import-Module $home/powershell/modules/AzureRM.Resources.NetCore.Preview
Import-Module $home/powershell/modules/AzureRM.NetCore.Preview
Login-AzureRmAccount
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment