Skip to content

Commit 6c01f10

Browse files
authored
Update New-CsExternalAccessPolicy.md
1 parent 91d96c4 commit 6c01f10

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

teams/teams-ps/teams/New-CsExternalAccessPolicy.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ Accept wildcard characters: False
169169
> [!NOTE]
170170
> Please note that this parameter is in Private Preview.
171171
172-
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.
172+
Specifies the external domains allowed to communicate with users assigned to this policy. This setting is applicable only when `CommunicationWithExternalOrgs` is configured to `AllowSpecificExternalDomains`. This setting can be modified only in custom policy. In Global (default) policy `CommunicationWithExternalOrgs` can only be set to `OrganizationDefault` and cannot be changed.
173173

174174
```yaml
175175
Type: List
@@ -187,7 +187,7 @@ Accept wildcard characters: False
187187
> [!NOTE]
188188
> Please note that this parameter is in Private Preview.
189189

190-
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.
190+
Specifies the external domains blocked from communicating with users assigned to this policy. This setting is applicable only when `CommunicationWithExternalOrgs` is configured to `BlockSpecificExternalDomains`. This setting can be modified only in custom policy. In Global (default) policy `CommunicationWithExternalOrgs` can only be set to `OrganizationDefault` and cannot be changed.
191191

192192
```yaml
193193
Type: List
@@ -205,15 +205,15 @@ Accept wildcard characters: False
205205
> [!NOTE]
206206
> Please note that this parameter is in Private Preview.
207207

208-
Indicates how the users get assigned by this policy can communicate with the external orgs. There are 5 options:
208+
Indicates how users assigned to the policy can communicate with external organizations (domains). This setting has 5 possible values:
209209

210-
- OrganizationDefault: the users of this policy will follow the federation settings defined in TenantFederationConfiguration.
211-
- AllowAllExternalDomains: the users are open to communicate with all domains.
212-
- AllowSpecificExternalDomains: the users can only communicate with the users of the domains defined in `AllowedExternalDomains`.
213-
- BlockSpecificExternalDomains: only users from the domains defined in `BlockedExternalDomains` are blocked from communicating with the users of this policy.
214-
- BlockAllExternalDomains: the users are not able to communicate with any external domains.
210+
- OrganizationDefault: users follow the federation settings specified in `TenantFederationConfiguration`. This is the default value.
211+
- AllowAllExternalDomains: users are allowed to communicate with all domains.
212+
- AllowSpecificExternalDomains: users the users can communicate with external domains listed in `AllowedExternalDomains`.
213+
- BlockSpecificExternalDomains: users are blocked from communicating with domains listed in `BlockedExternalDomains`.
214+
- BlockAllExternalDomains: users cannot communicate with any external domains.
215215

216-
The setting only applies if `EnableFederationAccess` is true. Simiar to `AllowedExternalDomains` and `BlockedExternalDomains`, 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.
216+
The setting is only applicable when `EnableFederationAccess` is set to true. This setting can only be modified in custom policies. In the Global (default) policy, it is fixed to `OrganizationDefault` and cannot be changed.
217217
```yaml
218218
Type: String
219219
Parameter Sets: (All)

0 commit comments

Comments
 (0)