Skip to content

Instantly share code, notes, and snippets.

@win2000b
Last active April 19, 2017 16:09
Show Gist options
  • Save win2000b/efabc20877f04b2348899ff9a4472a9c to your computer and use it in GitHub Desktop.
Save win2000b/efabc20877f04b2348899ff9a4472a9c to your computer and use it in GitHub Desktop.
Connect to Skype Online via PowerShell
# Download and install the Skype PowerShell Command http://go.microsoft.com/fwlink/?LinkId=294688
$credential = Get-Credential
$session = New-CsOnlineSession -Credential $credential
Import-PSSession $session
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment