Topic Last Modified: 2013-07-05

To view all of the domains on your allowed domain list, use the Get-CsTenantFederationConfiguration and the following syntax:

Copy Code
Get-CsTenantFederationConfiguration | Select-Object -ExpandProperty AllowedDomains | Select-Object AllowedDomain

See Also