Skip to content

Commit 8fb1842

Browse files
Update Set-CsExternalAccessPolicy.md
1 parent 61a8b29 commit 8fb1842

File tree

1 file changed

+3
-23
lines changed

1 file changed

+3
-23
lines changed

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

Lines changed: 3 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,14 @@ This cmdlet was introduced in Lync Server 2010.
2222
### Identity (Default)
2323
```
2424
Set-CsExternalAccessPolicy [-Tenant <Guid>] [-Description <String>] [-EnableFederationAccess <Boolean>] [-EnableAcsFederationAccess <Boolean>]
25-
[-EnableXmppAccess <Boolean>] [-EnablePublicCloudAccess <Boolean>]
26-
[-EnablePublicCloudAudioVideoAccess <Boolean>] [-EnableTeamsConsumerAccess <Boolean>] [-EnableTeamsConsumerInbound <Boolean>] [-EnableOutsideAccess <Boolean>] [[-Identity] <XdsIdentity>]
25+
[-EnableXmppAccess <Boolean>] [-EnablePublicCloudAudioVideoAccess <Boolean>] [-EnableTeamsConsumerAccess <Boolean>] [-EnableTeamsConsumerInbound <Boolean>] [-EnableOutsideAccess <Boolean>] [[-Identity] <XdsIdentity>]
2726
[-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
2827
```
2928

3029
### Instance
3130
```
3231
Set-CsExternalAccessPolicy [-Tenant <Guid>] [-Description <String>] [-EnableFederationAccess <Boolean>] [-EnableAcsFederationAccess <Boolean>]
33-
[-EnableXmppAccess <Boolean>] [-EnablePublicCloudAccess <Boolean>]
32+
[-EnableXmppAccess <Boolean>]
3433
[-EnablePublicCloudAudioVideoAccess <Boolean>] [-EnableTeamsConsumerAccess <Boolean>] [-EnableTeamsConsumerInbound <Boolean>] [-EnableOutsideAccess <Boolean>] [-Instance <PSObject>]
3534
[-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
3635
```
@@ -93,12 +92,11 @@ Any policy with an Identity that begins with "tag:" has been configured at the p
9392

9493
### -------------------------- Example 4 ------------------------
9594
```
96-
Get-CsExternalAccessPolicy | Where-Object {$_.EnablePublicCloudAccess -eq $True} | Set-CsExternalAccessPolicy -EnableFederationAccess $True
95+
Set-CsExternalAccessPolicy -EnableFederationAccess $True
9796
```
9897

9998
In Example 4, federation access is enabled for all the external access policies that allow public cloud access.
10099
To do this, the command first uses the `Get-CsExternalAccessPolicy` cmdlet to return a collection of all the external access policies currently configured for use in the organization.
101-
This collection is piped to the `Where-Object` cmdlet, which picks out only those policies where the EnablePublicCloudAccess property is equal to True.
102100
The filtered collection is then piped to the `Set-CsExternalAccessPolicy` cmdlet, which takes each policy and sets the EnableFederationAccess property to True.
103101
The net result: all external access policies that allow public cloud access will also allow federation access.
104102

@@ -215,24 +213,6 @@ Accept pipeline input: False
215213
Accept wildcard characters: False
216214
```
217215
218-
### -EnablePublicCloudAccess
219-
Indicates whether the user is allowed to communicate with people who have SIP accounts with a public Internet connectivity provider such as MSN.
220-
Read [Manage external access in Microsoft Teams](/microsoftteams/manage-external-access) to get more information about the effect of this parameter in Microsoft Teams.
221-
The default value is False.
222-
223-
```yaml
224-
Type: Boolean
225-
Parameter Sets: (All)
226-
Aliases:
227-
Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Online, Skype for Business Server 2015, Skype for Business Server 2019
228-
229-
Required: False
230-
Position: Named
231-
Default value: None
232-
Accept pipeline input: False
233-
Accept wildcard characters: False
234-
```
235-
236216
### -EnablePublicCloudAudioVideoAccess
237217
Indicates whether the user is allowed to conduct audio/video conversations with people who have SIP accounts with a public Internet connectivity provider such as MSN.
238218
When set to False, audio and video options in Skype for Business will be disabled any time a user is communicating with a public Internet connectivity contact.

0 commit comments

Comments
 (0)