- Get link
- X
- Other Apps
Download and install these items:
- Downloading and installing the Skype for Business Online Connector module
- Downloading and installing the Microsoft Online Services Sign-In Assistant for Skype for Business Online
- Downloading and installing Windows PowerShell 3.0 in Skype for Business Online
Once you have installed all the requirement, you are all set
Just run the below CMDs, or rather create a function and add them a custom module to your powershell session.
Import-Module LyncOnlineConnector
$credential = Get-Credential
$session = New-CsOnlineSession -Credential $credential
Import-PSSession $session
Comments
Post a Comment