Book Image

LYNC SERVER COOKBOOK

Book Image

LYNC SERVER COOKBOOK

Overview of this book

Table of Contents (19 chapters)
Lync Server Cookbook
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Using Lync Online cmdlets


In the previous recipe, we outlined the steps required to establish a remote PowerShell session with Lync Online. We have less than 50 cmdlets, as shown in the result of the Get-Command -Module command in the following screenshot:

Some of them are specific for Lync Online, such as the following:

  • Get-CsAudioConferencingProvider

  • Get-CsOnlineUser

  • Get-CsTenant

  • Get-CsTenantFederationConfiguration

  • Get-CsTenantHybridConfiguration

  • Get-CsTenantLicensingConfiguration

  • Get-CsTenantPublicProvider

  • New-CsEdgeAllowAllKnownDomains

  • New-CsEdgeAllowList

  • New-CsEdgeDomainPattern

  • Set-CsTenantFederationConfiguration

  • Set-CsTenantHybridConfiguration

  • Set-CsTenantPublicProvider

  • Update-CsTenantMeetingUrl

All the remaining cmdlets can be used either with Lync Online or with the on-premises version of Lync Server 2013. We will see the use of some of the previously mentioned cmdlets.

How to do it...

  1. The Get-CsTenant cmdlet will list Lync Online tenants configured for use in our organization...