Skip to content

Commit 977f02f

Browse files
Update Set-CsExternalAccessPolicy.md
1 parent 6b39eaf commit 977f02f

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed

teams/teams-ps/teams/Set-CsExternalAccessPolicy.md

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ Set-CsExternalAccessPolicy [[-Identity] <XdsIdentity>]
2828
[-EnableAcsFederationAccess <Boolean>]
2929
[-EnableFederationAccess <Boolean>]
3030
[-EnableOutsideAccess <Boolean>]
31-
[-EnablePublicCloudAccess <Boolean>]
3231
[-EnablePublicCloudAudioVideoAccess <Boolean>]
3332
[-EnableTeamsConsumerAccess <Boolean>]
3433
[-EnableTeamsConsumerInbound <Boolean>]
@@ -53,7 +52,6 @@ Set-CsExternalAccessPolicy [-Instance <PSObject>]
5352
[-EnableAcsFederationAccess <Boolean>]
5453
[-EnableFederationAccess <Boolean>]
5554
[-EnableOutsideAccess <Boolean>]
56-
[-EnablePublicCloudAccess <Boolean>]
5755
[-EnablePublicCloudAudioVideoAccess <Boolean>]
5856
[-EnableTeamsConsumerAccess <Boolean>]
5957
[-EnableTeamsConsumerInbound <Boolean>]
@@ -125,17 +123,6 @@ Any policy with an Identity that begins with "tag:" has been configured at the p
125123

126124
### -------------------------- Example 4 ------------------------
127125
```
128-
Get-CsExternalAccessPolicy | Where-Object {$_.EnablePublicCloudAccess -eq $True} | Set-CsExternalAccessPolicy -EnableFederationAccess $True
129-
```
130-
131-
In Example 4, federation access is enabled for all the external access policies that allow public cloud access.
132-
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.
133-
This collection is piped to the `Where-Object` cmdlet, which picks out only those policies where the EnablePublicCloudAccess property is equal to True.
134-
The filtered collection is then piped to the `Set-CsExternalAccessPolicy` cmdlet, which takes each policy and sets the EnableFederationAccess property to True.
135-
The net result: all external access policies that allow public cloud access will also allow federation access.
136-
137-
### -------------------------- Example 5 ------------------------
138-
```
139126
Set-CsExternalAccessPolicy -Identity Global -EnableAcsFederationAccess $false
140127
New-CsExternalAccessPolicy -Identity AcsFederationAllowed -EnableAcsFederationAccess $true
141128
```
@@ -340,24 +327,6 @@ Accept pipeline input: False
340327
Accept wildcard characters: False
341328
```
342329

343-
### -EnablePublicCloudAccess
344-
Indicates whether the user is allowed to communicate with people who have SIP accounts with a public Internet connectivity provider such as MSN.
345-
Read [Manage external access in Microsoft Teams](https://learn.microsoft.com/microsoftteams/manage-external-access) to get more information about the effect of this parameter in Microsoft Teams.
346-
The default value is False.
347-
348-
```yaml
349-
Type: Boolean
350-
Parameter Sets: (All)
351-
Aliases:
352-
Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Online, Skype for Business Server 2015, Skype for Business Server 2019
353-
354-
Required: False
355-
Position: Named
356-
Default value: None
357-
Accept pipeline input: False
358-
Accept wildcard characters: False
359-
```
360-
361330
### -EnablePublicCloudAudioVideoAccess
362331
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.
363332
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)