Skip to content

Commit 08cebb6

Browse files
authored
Update Set-CsExternalAccessPolicy.md
Updating to Public Preview and adding dependency on TenantFederationSettings in the description
1 parent ad3d4ba commit 08cebb6

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

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

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,10 @@ This enables your users to use Skype for Business and log on to Skype for Busine
9191

9292
After an external access policy has been created, you can use the `Set-CsExternalAccessPolicy` cmdlet to change the property values of that policy.
9393
For example, by default the global policy does not allow users to communicate with people who have accounts with a federated organization.
94-
If you would like to grant this capability to all of your users you can call the `Set-CsExternalAccessPolicy` cmdlet and set the value of the global policy's EnableFederationAccess property to True.
94+
If you would like to grant this capability to all of your users you can call the `Set-CsExternalAccessPolicy` cmdlet and set the value of the global policy's EnableFederationAccess property to True.
95+
96+
> [!NOTE]
97+
> For the domain settings defined under ExternalAccessPolicy to be applied, the value of the property AllowedFederatedUsers under TenantFederationConfiguration should be set to True for the Tenant.
9598
9699
## EXAMPLES
97100

@@ -152,7 +155,7 @@ In this example, we create an ExternalAccessPolicy named "GranularFederationExam
152155
> Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Server 2015, Skype for Business Server 2019
153156
154157
> [!NOTE]
155-
> Please note that this parameter is in Private Preview.
158+
> Please note that this parameter is in Public Preview.
156159
157160
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.
158161
```yaml
@@ -172,7 +175,7 @@ Accept wildcard characters: False
172175
> Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Server 2015, Skype for Business Server 2019
173176
174177
> [!NOTE]
175-
> Please note that this parameter is in Private Preview.
178+
> Please note that this parameter is in Public Preview.
176179
177180
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.
178181
```yaml
@@ -192,7 +195,7 @@ Accept wildcard characters: False
192195
> Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Server 2015, Skype for Business Server 2019
193196

194197
> [!NOTE]
195-
> Please note that this parameter is in Private Preview.
198+
> Please note that this parameter is in Public Preview.
196199

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

0 commit comments

Comments
 (0)