Skip to content

Commit 6dd3900

Browse files
Apply suggestions from code review
Co-authored-by: JohanFreelancer9 <[email protected]>
1 parent 27bc40c commit 6dd3900

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

skype/skype-ps/skype/Remove-CsExternalAccessPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ External access policies can grant (or revoke) the ability of your users to do a
3636
Note that enabling federation alone will not provide users with this capability.
3737
Instead, you must enable federation and then assign users an external access policy that gives them the right to communicate with federated users.
3838

39-
3. (Microsoft Teams only) Communicate with users who are using custom applications built with [Azure Communication Services (ACS)](/azure/communication-services/concepts/teams-interop). This policy setting only applies if ACS federation has been enabled at the tenant level using the cmdlet [Set-CsTeamsAcsFederationConfiguration](/powershell/module/teams/set-csteamsacsfederationconfiguration?view=teams-ps).
39+
3. (Microsoft Teams only) Communicate with users who are using custom applications built with [Azure Communication Services (ACS)](/azure/communication-services/concepts/teams-interop). This policy setting only applies if ACS federation has been enabled at the tenant level using the cmdlet [Set-CsTeamsAcsFederationConfiguration](/powershell/module/teams/set-csteamsacsfederationconfiguration).
4040

4141
4. Communicate with people who have SIP accounts with a public instant messaging service such as Windows Live.
4242

skype/skype-ps/skype/Set-CsExternalAccessPolicy.md

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

5757
The following parameters are not applicable to Skype for Business Online/Microsoft Teams: Description, EnableXmppAccess, Force, Identity, Instance, PipelineVariable, and Tenant
5858

59-
5. (Microsoft Teams Only) Communicate with people who are using Teams with an account that's not managed by an organization. This policy only applies if Teams Consumer Federation has been enabled at the tenant level using the cmdlet [Set-CsTenantFederationConfiguration](/powershell/module/teams/set-cstenantfederationconfiguration) or Teams Admin Center under the External Access setting.
59+
5. (Microsoft Teams Only) Communicate with people who are using Teams with an account that's not managed by an organization. This policy only applies if Teams Consumer Federation has been enabled at the tenant level using the cmdlet [Set-CsTenantFederationConfiguration](/powershell/module/teams/set-cstenantfederationconfiguration) or Teams admin center under the External Access setting.
6060

6161
After an external access policy has been created, you can use the `Set-CsExternalAccessPolicy` cmdlet to change the property values of that policy.
6262
For example, by default the global policy does not allow users to communicate with people who have accounts with a federated organization.
@@ -197,7 +197,7 @@ Accept wildcard characters: False
197197
### -EnableAcsFederationAccess
198198
Indicates whether Teams meeting organized by the user can be joined by users of customer applications built using Azure Communication Services (ACS). This policy setting only applies if ACS Teams federation has been enabled at the tenant level using the cmdlet Set-CsTeamsAcsFederationConfiguration.
199199
200-
Additionally, Azure Communication Services users would be able to call Microsoft 365 users, that have assigned policy with enabled federation.
200+
Additionally, Azure Communication Services users would be able to call Microsoft 365 users that have assigned policies with enabled federation.
201201
202202
To enable for all users, use the Set-CsExternalAccessPolicy cmdlet to update the global policy, setting the value to True. It can be disabled for selected users by assigning them a policy with federation disabled.
203203

teams/teams-ps/teams/Set-CsTeamsAcsFederationConfiguration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Set-CsTeamsAcsFederationConfiguration
2929

3030
## DESCRIPTION
3131

32-
Federation between Teams and Azure Communication Services (ACS) allows external users from ACS connect and communicate with Teams users over voice and video. These custom applications may be used by end users or by bots, and there is no differentiation in how they appear to Teams users unless the developer of the application explicitly indicates this as part of the communication. For more information, see [Teams interoperability](/azure/communication-services/concepts/teams-interop).
32+
Federation between Teams and Azure Communication Services (ACS) allows external users from ACS to connect and communicate with Teams users over voice and video. These custom applications may be used by end users or by bots, and there is no differentiation in how they appear to Teams users unless the developer of the application explicitly indicates this as part of the communication. For more information, see [Teams interoperability](/azure/communication-services/concepts/teams-interop).
3333

3434
This cmdlet is used to enable or disable Teams and ACS federation for a Teams tenant, and to specify which ACS resources can connect to Teams. Only listed ACS resources can be allowed.
3535

0 commit comments

Comments
 (0)