Skip to content

Commit 6ff6201

Browse files
authored
Update Set-CsExternalAccessPolicy.md
1 parent d717c46 commit 6ff6201

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

teams/teams-ps/teams/Set-CsExternalAccessPolicy.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,7 @@ In this example, the Global policy is updated to allow Teams-ACS federation for
155155
New-CsExternalAccessPolicy -Identity GranularFederationExample -CommunicationWithExternalOrgs "AllowSpecificExternalDomains" -AllowedExternalDomains @("example1.com", "example2.com")
156156
Set-CsTenantFederationConfiguration -CustomizeFederation $true
157157
```
158-
159-
[Private Preview] In this example, we create an ExternalAccessPolicy named "GranularFederationExample" that allows communication with specific external domains, namely `example1.com` and `example2.com`. The federation policy is set to restrict communication to only these allowed domains.
158+
In this example, we create an ExternalAccessPolicy named "GranularFederationExample" that allows communication with specific external domains, namely `example1.com` and `example2.com`. The federation policy is set to restrict communication to only these allowed domains.
160159

161160
## PARAMETERS
162161

@@ -200,7 +199,10 @@ Accept wildcard characters: False
200199
```
201200
202201
### -AllowedExternalDomains
203-
[Private Preview] Indicates the domains that are allowed to communicate with the users of this policy. This is referenced only when `CommunicationWithExternalOrgs` is set to be `AllowSpecificExternalDomains`. Only custom policies can change this setting. In Global (default) policy this setting should be default value always and is not allowed to be changed.
202+
> [!NOTE]
203+
> Please note that this parameter is in Private Preview.
204+
205+
Indicates the domains that are allowed to communicate with the users of this policy. This is referenced only when `CommunicationWithExternalOrgs` is set to be `AllowSpecificExternalDomains`. Only custom policies can change this setting. In Global (default) policy this setting should be default value always and is not allowed to be changed.
204206
```yaml
205207
Type: List
206208
Parameter Sets: (All)
@@ -215,7 +217,10 @@ Accept wildcard characters: False
215217
```
216218

217219
### -BlockedExternalDomains
218-
[Private Preview] Indicates the domains that are blocked from communicating with the users of this policy. This is referenced only when `CommunicationWithExternalOrgs` is set to be `BlockSpecificExternalDomains`. Only custom policies can change this setting. In Global (default) policy this setting should be default value always and is not allowed to be changed.
220+
> [!NOTE]
221+
> Please note that this parameter is in Private Preview.
222+
223+
Indicates the domains that are blocked from communicating with the users of this policy. This is referenced only when `CommunicationWithExternalOrgs` is set to be `BlockSpecificExternalDomains`. Only custom policies can change this setting. In Global (default) policy this setting should be default value always and is not allowed to be changed.
219224
```yaml
220225
Type: List
221226
Parameter Sets: (All)
@@ -230,7 +235,10 @@ Accept wildcard characters: False
230235
```
231236

232237
### -CommunicationWithExternalOrgs
233-
[Private Preview] Indicates how the users get assigned by this policy can communicate with the external orgs. There are 5 options:
238+
> [!NOTE]
239+
> Please note that this parameter is in Private Preview.
240+
241+
Indicates how the users get assigned by this policy can communicate with the external orgs. There are 5 options:
234242

235243
- OrganizationDefault: the users of this policy will follow the federation settings defined in TenantFederationConfiguration.
236244
- AllowAllExternalDomains: the users are open to communicate with all domains.

0 commit comments

Comments
 (0)