Skip to content

Commit bb9732f

Browse files
authored
Merge branch 'master' into patch-1
2 parents 94e7081 + ae0c2b4 commit bb9732f

File tree

1 file changed

+55
-8
lines changed

1 file changed

+55
-8
lines changed

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

Lines changed: 55 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.reviewer: rogupta
1313

1414
## SYNOPSIS
1515
Enables you to modify the properties of an existing external access policy.
16-
External access policies determine whether or not your users can: 1) communicate with users who have Session Initiation Protocol (SIP) accounts with a federated organization; 2) communicate with users who are using custom applications built with [Azure Communication Services](/azure/communication-services/concepts/teams-interop); 3) access Skype for Business Server over the Internet, without having to log on to your internal network; and, 4) communicate with users who have SIP accounts with a public instant messaging (IM) provider such as Skype.
16+
External access policies determine whether or not your users can: 1) communicate with users who have Session Initiation Protocol (SIP) accounts with a federated organization; 2) communicate with users who are using custom applications built with [Azure Communication Services](/azure/communication-services/concepts/teams-interop); 3) access Skype for Business Server over the Internet, without having to log on to your internal network; 4) communicate with users who have SIP accounts with a public instant messaging (IM) provider such as Skype; and, 5) communicate with people who are using Teams with an account that's not managed by an organization.
1717

1818

1919
This cmdlet was introduced in Lync Server 2010.
@@ -25,15 +25,15 @@ This cmdlet was introduced in Lync Server 2010.
2525
```
2626
Set-CsExternalAccessPolicy [-Tenant <Guid>] [-Description <String>] [-EnableFederationAccess <Boolean>] [-EnableAcsFederationAccess <Boolean>]
2727
[-EnableXmppAccess <Boolean>] [-EnablePublicCloudAccess <Boolean>]
28-
[-EnablePublicCloudAudioVideoAccess <Boolean>] [-EnableOutsideAccess <Boolean>] [[-Identity] <XdsIdentity>]
28+
[-EnablePublicCloudAudioVideoAccess <Boolean>] [-EnableTeamsConsumerAccess <Boolean>] [-EnableTeamsConsumerInbound <Boolean>] [-EnableOutsideAccess <Boolean>] [[-Identity] <XdsIdentity>]
2929
[-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
3030
```
3131

3232
### Instance
3333
```
3434
Set-CsExternalAccessPolicy [-Tenant <Guid>] [-Description <String>] [-EnableFederationAccess <Boolean>] [-EnableAcsFederationAccess <Boolean>]
3535
[-EnableXmppAccess <Boolean>] [-EnablePublicCloudAccess <Boolean>]
36-
[-EnablePublicCloudAudioVideoAccess <Boolean>] [-EnableOutsideAccess <Boolean>] [-Instance <PSObject>]
36+
[-EnablePublicCloudAudioVideoAccess <Boolean>] [-EnableTeamsConsumerAccess <Boolean>] [-EnableTeamsConsumerInbound <Boolean>] [-EnableOutsideAccess <Boolean>] [-Instance <PSObject>]
3737
[-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
3838
```
3939

@@ -57,15 +57,18 @@ Instead, you must enable federation and then assign users an external access pol
5757
Access Skype for Business Server over the Internet, without having to first log on to your internal network.
5858
This enables your users to use Skype for Business and log on to Skype for Business Server from an Internet café or other remote location.
5959

60-
After an external access policy has been created, you can use the `Set-CsExternalAccessPolicy` cmdlet to change the property values of that policy.
61-
For example, by default the global policy does not allow users to communicate with people who have accounts with a federated organization.
62-
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.
63-
6460
4.
6561
Communicate with people who have SIP accounts with a public instant messaging service such as Skype.
6662

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

65+
5.
66+
(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.
67+
68+
After an external access policy has been created, you can use the `Set-CsExternalAccessPolicy` cmdlet to change the property values of that policy.
69+
For example, by default the global policy does not allow users to communicate with people who have accounts with a federated organization.
70+
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.
71+
6972
## EXAMPLES
7073

7174
### -------------------------- Example 1 ------------------------
@@ -188,7 +191,7 @@ Accept wildcard characters: False
188191
### -EnableFederationAccess
189192
Indicates whether the user is allowed to communicate with people who have SIP accounts with a federated organization.
190193
Read [Manage external access in Microsoft Teams](/microsoftteams/manage-external-access) to get more information about the effect of this parameter in Microsoft Teams.
191-
The default value is False.
194+
The default value is True.
192195
193196
194197
```yaml
@@ -261,6 +264,50 @@ Accept pipeline input: False
261264
Accept wildcard characters: False
262265
```
263266
267+
### -EnableTeamsConsumerAccess
268+
(Microsoft Teams Only) Indicates whether the user is allowed to communicate with people who have who are using Teams with an account that's not managed by an organization.
269+
270+
To enable just for a selected set of users, use the Set-CsExternalAccessPolicy cmdlet to update the global policy, setting the value to False. Then assign selected users a policy with federation enabled.
271+
272+
Read [Manage external access in Microsoft Teams](/microsoftteams/manage-external-access) to get more information about the effect of this parameter in Microsoft Teams.
273+
The default value is True.
274+
275+
276+
```yaml
277+
Type: Boolean
278+
Parameter Sets: (All)
279+
Aliases:
280+
Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Online, Skype for Business Server 2015, Skype for Business Server 2019
281+
282+
Required: False
283+
Position: Named
284+
Default value: True
285+
Accept pipeline input: False
286+
Accept wildcard characters: False
287+
```
288+
289+
### -EnableTeamsConsumerInbound
290+
(Microsoft Teams Only) Indicates whether the user is allowed to be discoverable by people who are using Teams with an account that's not managed by an organization. It also controls if people who have who are using Teams with an account that's not managed by an organization can start the communication with the user.
291+
292+
To enable just for a selected set of users, use the Set-CsExternalAccessPolicy cmdlet to update the global policy, setting the value to False. Then assign selected users a policy with federation enabled.
293+
294+
Read [Manage external access in Microsoft Teams](/microsoftteams/manage-external-access) to get more information about the effect of this parameter in Microsoft Teams.
295+
The default value is True.
296+
297+
298+
```yaml
299+
Type: Boolean
300+
Parameter Sets: (All)
301+
Aliases:
302+
Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Online, Skype for Business Server 2015, Skype for Business Server 2019
303+
304+
Required: False
305+
Position: Named
306+
Default value: True
307+
Accept pipeline input: False
308+
Accept wildcard characters: False
309+
```
310+
264311
### -Force
265312
Suppresses the display of any non-fatal error message that might occur when running the command.
266313

0 commit comments

Comments
 (0)