...
Add_workflow_for_techpubs | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Computer configured with Office 365 tenant and Skype for Business Online, Windows PowerShell Module.
Use PowerShell and a the Skype for Business administrator account to connect your Office 365 tenant:
Code Block |
---|
PS> Import-Module skypeonlineconnector PS> $cred = Get-Credential PS> $Session = New-CsOnlineSession -Credential $cred -Verbose PS> Import-PSSession $session |
Info |
---|
For details, refer to https://technet.microsoft.com/en-us/library/dn362831(v=ocs.15).aspx. |
...