Skip to content

Instantly share code, notes, and snippets.

Created May 20, 2015 17:40
Show Gist options
  • Save anonymous/ca07fe3727c982df3e4a to your computer and use it in GitHub Desktop.
Save anonymous/ca07fe3727c982df3e4a to your computer and use it in GitHub Desktop.
$AzureConn = Get-AutomationConnection -Name 'AssetConnectionName'
$Certificate = Get-AutomationCertificate -Name $AzureConn.AutomationCertificateName
Set-AzureSubscription -SubscriptionName 'AssetConnectionName' -SubscriptionId $AzureConn.SubscriptionID -Certificate $Certificate
Select-AzureSubscription -SubscriptionName 'AssetConnectionName'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment