Connect to Skype Online with PowerShell

Hello,

You can connect to Skype Online with those lines :

$Session = New-CsOnlineSession -Credential (Get-Credential)
Import-PSSession $Session

Once the session imported, you will have implicite remoting juste like the Exchange Online shell.

Note : To do this, you need the Skype Online PowerShell module.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.