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
@@ -108,7 +105,7 @@ Example 4 demonstrates the use of the InMemory parameter; this parameter enables
108
105
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.
109
106
110
107
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.
112
109
Finally, the last command uses the Set-CsExternalAccessPolicy cmdlet to create an actual per-user external access policy with the Identity RedmondAccessPolicy.
113
110
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.
114
111
Should that happen, an external access policy with the Identity RedmondAccessPolicy will never be created.
@@ -250,24 +247,6 @@ Accept pipeline input: False
250
247
Accept wildcard characters: False
251
248
```
252
249
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
-
271
250
### -EnablePublicCloudAudioVideoAccess
272
251
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.
273
252
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