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: skype/skype-ps/skype/Set-CsExternalAccessPolicy.md
+55-8Lines changed: 55 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ ms.reviewer: rogupta
13
13
14
14
## SYNOPSIS
15
15
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.
17
17
18
18
19
19
This cmdlet was introduced in Lync Server 2010.
@@ -25,15 +25,15 @@ This cmdlet was introduced in Lync Server 2010.
@@ -57,15 +57,18 @@ Instead, you must enable federation and then assign users an external access pol
57
57
Access Skype for Business Server over the Internet, without having to first log on to your internal network.
58
58
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.
59
59
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
-
64
60
4.
65
61
Communicate with people who have SIP accounts with a public instant messaging service such as Skype.
66
62
67
63
The following parameters are not applicable to Skype for Business Online/Microsoft Teams: Description, EnableXmppAccess, Force, Identity, Instance, PipelineVariable, and Tenant
68
64
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
+
69
72
## EXAMPLES
70
73
71
74
### -------------------------- Example 1 ------------------------
Indicates whether the user is allowed to communicate with people who have SIP accounts with a federated organization.
190
193
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.
192
195
193
196
194
197
```yaml
@@ -261,6 +264,50 @@ Accept pipeline input: False
261
264
Accept wildcard characters: False
262
265
```
263
266
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
+
264
311
### -Force
265
312
Suppresses the display of any non-fatal error message that might occur when running the command.
0 commit comments