Skip to content

Instantly share code, notes, and snippets.

@arjancornelissen
Last active January 26, 2019 20:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arjancornelissen/dcc7fcde298cea7705c68b8f74c237fb to your computer and use it in GitHub Desktop.
Save arjancornelissen/dcc7fcde298cea7705c68b8f74c237fb to your computer and use it in GitHub Desktop.
Connect to Skype for Business
Import-Module SkypeOnlineConnector
$sfbSession = New-CsOnlineSession -UserName <username>
Import-PSSession $sfbSession
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment