Topic Last Modified: 2013-07-05

To return information about your Lync Online tenant call the Get-CsTenant cmdlet, without any additional parameters:

Copy Code
Get-CsTenant

To return just the tenant name and ID (the value of the TenantID parameter is required when running cmdlets such as Set-CsTenantPublicProvider and Set-CsTenantFederationConfiguration), use this command:

Copy Code
Get-CsTenant | Select-Object Name, TenantID

See Also