Guest User

Untitled

a guest
Jan 20th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. Disable-AzureRmContextAutosave –Scope Process
  2.  
  3. $Conn = Get-AutomationConnection -Name AzureRunAsConnection
  4. Connect-AzureRmAccount -ServicePrincipal -Tenant $Conn.TenantID -ApplicationID $Conn.ApplicationID -CertificateThumbprint $Conn.CertificateThumbprint
Add Comment
Please, Sign In to add comment