Skip to content

Commit 61a8b29

Browse files
Update New-CsExternalAccessPolicy.md
1 parent f1085c5 commit 61a8b29

File tree

1 file changed

+2
-23
lines changed

1 file changed

+2
-23
lines changed

skype/skype-ps/skype/New-CsExternalAccessPolicy.md

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ For information about external access in Microsoft Teams, see [Manage external a
2525

2626
```powershell
2727
New-CsExternalAccessPolicy [-Tenant <Guid>] [-Description <String>] [-EnableFederationAccess <Boolean>] [-EnableAcsFederationAccess <Boolean>]
28-
[-EnableXmppAccess <Boolean>] [-EnablePublicCloudAccess <Boolean>]
29-
[-EnablePublicCloudAudioVideoAccess <Boolean>] [-EnableTeamsConsumerAccess <Boolean>] [-EnableTeamsConsumerInbound <Boolean>] [-EnableOutsideAccess <Boolean>] [-Identity] <XdsIdentity>
28+
[-EnableXmppAccess <Boolean>] [-EnablePublicCloudAudioVideoAccess <Boolean>] [-EnableTeamsConsumerAccess <Boolean>] [-EnableTeamsConsumerInbound <Boolean>] [-EnableOutsideAccess <Boolean>] [-Identity] <XdsIdentity>
3029
[-InMemory] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
3130
3231
```
@@ -97,8 +96,6 @@ $x = New-CsExternalAccessPolicy -Identity RedmondAccessPolicy -InMemory
9796
9897
$x.EnableFederationAccess = $True
9998
100-
$x.EnablePublicCloudAccess = $True
101-
10299
$x.EnableOutsideAccess = $True
103100
104101
Set-CsExternalAccessPolicy -Instance $x
@@ -108,7 +105,7 @@ Example 4 demonstrates the use of the InMemory parameter; this parameter enables
108105
After it has been created, you can modify the in-memory-only instance, then use the Set-CsExternalAccessPolicy cmdlet to transform the virtual policy into a real external access policy.
109106

110107
To do this, the first command in the example uses the New-CsExternalAccessPolicy cmdlet and the InMemory parameter to create a virtual policy with the Identity RedmondAccessPolicy; this virtual policy is stored in a variable named $x.
111-
The next three commands are used to modify three properties of the virtual policy: EnableFederationAccess, EnablePublicCloudAccess, and the EnableOutsideAccess.
108+
The next three commands are used to modify two properties of the virtual policy: EnableFederationAccess and the EnableOutsideAccess.
112109
Finally, the last command uses the Set-CsExternalAccessPolicy cmdlet to create an actual per-user external access policy with the Identity RedmondAccessPolicy.
113110
If you do not call the Set-CsExternalAccessPolicy cmdlet, then the virtual policy will disappear as soon as you end your Windows PowerShell session or delete the variable $x.
114111
Should that happen, an external access policy with the Identity RedmondAccessPolicy will never be created.
@@ -250,24 +247,6 @@ Accept pipeline input: False
250247
Accept wildcard characters: False
251248
```
252249
253-
### -EnablePublicCloudAccess
254-
Indicates whether the user is allowed to communicate with people who have SIP accounts with a public Internet connectivity provider such as MSN.
255-
Read [Manage external access in Microsoft Teams](/microsoftteams/manage-external-access) to get more information about the effect of this parameter in Microsoft Teams.
256-
The default value is False.
257-
258-
```yaml
259-
Type: Boolean
260-
Parameter Sets: (All)
261-
Aliases:
262-
Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Online, Skype for Business Server 2015, Skype for Business Server 2019
263-
264-
Required: False
265-
Position: Named
266-
Default value: None
267-
Accept pipeline input: False
268-
Accept wildcard characters: False
269-
```
270-
271250
### -EnablePublicCloudAudioVideoAccess
272251
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.
273252
When set to False, audio and video options in Skype for Business Server will be disabled any time a user is communicating with a public Internet connectivity contact.

0 commit comments

Comments
 (0)