Skip to content

Commit 2dfc1bc

Browse files
authored
Update Set-CsExternalAccessPolicy.md
1 parent 5c8b7e8 commit 2dfc1bc

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ New-CsExternalAccessPolicy -Identity GranularFederationExample -CommunicationWit
156156
Set-CsTenantFederationConfiguration -CustomizeFederation $true
157157
```
158158

159-
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. After that, we still have to enable the `CustomizeFederation` setting in the TenantFederationConfiguration to allow the federation settings as defined in the ExternalAccessPolicy to work.
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.
160160

161161
## PARAMETERS
162162

@@ -200,7 +200,7 @@ Accept wildcard characters: False
200200
```
201201
202202
### -AllowedExternalDomains
203-
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`
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.
204204
```yaml
205205
Type: List
206206
Parameter Sets: (All)
@@ -215,7 +215,7 @@ Accept wildcard characters: False
215215
```
216216

217217
### -BlockedExternalDomains
218-
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`
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.
219219
```yaml
220220
Type: List
221221
Parameter Sets: (All)
@@ -230,14 +230,15 @@ Accept wildcard characters: False
230230
```
231231

232232
### -CommunicationWithExternalOrgs
233-
Indicates how the users get assigned by this policy can communicate with the external orgs. There are 5 options:
233+
[Private Preview] Indicates how the users get assigned by this policy can communicate with the external orgs. There are 5 options:
234234

235235
- OrganizationDefault: the users of this policy will follow the federation settings defined in TenantFederationConfiguration.
236236
- AllowAllExternalDomains: the users are open to communicate with all domains.
237237
- AllowSpecificExternalDomains: the users can only communicate with the users of the domains defined in `AllowedExternalDomains`.
238238
- BlockSpecificExternalDomains: only users from the domains defined in `BlockedExternalDomains` are blocked from communicating with the users of this policy.
239239
- BlockAllExternalDomains: the users are not able to communicate with any external domains.
240240

241+
The setting only applies if `EnableAcsFederationAccess` 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.
241242
```yaml
242243
Type: String
243244
Parameter Sets: (All)

0 commit comments

Comments
 (0)