Skip to content

Instantly share code, notes, and snippets.

@aaronparker
Created June 10, 2017 09:52
Show Gist options
  • Save aaronparker/7ceeb3525ddc97b93c0180360acaa96b to your computer and use it in GitHub Desktop.
Save aaronparker/7ceeb3525ddc97b93c0180360acaa96b to your computer and use it in GitHub Desktop.
$Cred = Get-Credential
$session = New-CsOnlineSession -Credential $cred -Verbose -OverrideAdminDomain home.stealthpuppy.com
Import-PSSession $Session
Set-CsOAuthConfiguration -ClientAdalAuthOverride Allowed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment