We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d71a8d commit 3e6584dCopy full SHA for 3e6584d
teams/teams-ps/teams/Set-CsTenantFederationConfiguration.md
@@ -63,7 +63,7 @@ $x = New-CsEdgeDomainPattern -Domain "fabrikam.com"
63
Set-CsTenantFederationConfiguration -BlockedDomains @{Replace=$x}
64
```
65
66
-In Example 2, the domain fabrikam.com is assigned as the only domain on the blocked domains list for current tenant.
+In Example 1, the domain fabrikam.com is assigned as the only domain on the blocked domains list for current tenant.
67
To do this, the first command in the example uses the `New-CsEdgeDomainPattern` cmdlet to create a new domain object for fabrikam.com.
68
This domain object is stored in a variable named $x.
69
0 commit comments