You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: teams/teams-ps/MicrosoftTeams/Set-CsExternalAccessPolicy.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,10 @@ This enables your users to use Skype for Business and log on to Skype for Busine
91
91
92
92
After an external access policy has been created, you can use the `Set-CsExternalAccessPolicy` cmdlet to change the property values of that policy.
93
93
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.
95
98
96
99
## EXAMPLES
97
100
@@ -152,7 +155,7 @@ In this example, we create an ExternalAccessPolicy named "GranularFederationExam
152
155
> Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Server 2015, Skype for Business Server 2019
153
156
154
157
> [!NOTE]
155
-
> Please note that this parameter is in Private Preview.
158
+
> Please note that this parameter is in Public Preview.
156
159
157
160
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.
> Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Server 2015, Skype for Business Server 2019
173
176
174
177
> [!NOTE]
175
-
> Please note that this parameter is in Private Preview.
178
+
> Please note that this parameter is in Public Preview.
176
179
177
180
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.
0 commit comments