Topic Last Modified: 2013-07-05

The cmdlets used when modifying the allowed lists and blocked lists (lists that determine which outside organizations your users are allowed to communicate with) do not use either a scope or an Identity. In fact, the New-CsEdgeAllowAllKnownDomains cmdlet does not have any parameters whatsoever. The cmdlets that do not use either a scope or an Identity are:

Note that, with both the New-CsEdgeAllowList cmdlet and the New-CsEdgeDomainPattern cmdlet, you must include the Domain parameter. For example:

Copy Code
$x = New-CsEdgeDomainPattern -Domain "fabrikam.com"

See Also