Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Add_workflow_for_techpubs
AUTH1
JIRAIDAUTHSYM-22269
REV5
REV6
REV3
REV1

Prerequisite

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.

 

Familiarize Yourself With Tenant

...