Last active
January 26, 2019 20:32
-
-
Save arjancornelissen/dcc7fcde298cea7705c68b8f74c237fb to your computer and use it in GitHub Desktop.
Connect to Skype for Business
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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