Skip to content

Commit 46edee9

Browse files
authored
Update Set-CsExternalAccessPolicy.md
1 parent 6c01f10 commit 46edee9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ Accept wildcard characters: False
202202
> [!NOTE]
203203
> Please note that this parameter is in Private Preview.
204204
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.
205+
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.
206206
```yaml
207207
Type: List
208208
Parameter Sets: (All)
@@ -220,7 +220,7 @@ Accept wildcard characters: False
220220
> [!NOTE]
221221
> Please note that this parameter is in Private Preview.
222222

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.
223+
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.
224224
```yaml
225225
Type: List
226226
Parameter Sets: (All)
@@ -240,13 +240,13 @@ Accept wildcard characters: False
240240

241241
Indicates how the users get assigned by this policy can communicate with the external orgs. There are 5 options:
242242

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

249-
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.
249+
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.
250250
```yaml
251251
Type: String
252252
Parameter Sets: (All)

0 commit comments

Comments
 (0)