Connect To Skype for Business Online in 365 via PowerShell

To connect to Skype online via PowerShell open an elevated PowerShell session and run the commands:

 

# 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