Topic Last Modified: 2013-07-05

To view all of the domains on your blocked domains list, call the Get-CsTenantFederationConfiguration cmdlet, and then pipe the returned data to the Select-Object cmdlet:

Copy Code
Get-CsTenantFederationConfiguration | Select-Object -ExpandProperty BlockedDomains

See Also