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
@@ -125,7 +122,7 @@ Example 4 demonstrates the use of the InMemory parameter; this parameter enables
125
122
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.
126
123
127
124
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.
128
-
The next three commands are used to modify three properties of the virtual policy: EnableFederationAccess, EnablePublicCloudAccess, and the EnableOutsideAccess.
125
+
The next three commands are used to modify two properties of the virtual policy: EnableFederationAccess and the EnableOutsideAccess.
129
126
Finally, the last command uses the Set-CsExternalAccessPolicy cmdlet to create an actual per-user external access policy with the Identity RedmondAccessPolicy.
130
127
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.
131
128
Should that happen, an external access policy with the Identity RedmondAccessPolicy will never be created.
@@ -299,23 +296,6 @@ Accept pipeline input: False
299
296
Accept wildcard characters: False
300
297
```
301
298
302
-
### -EnablePublicCloudAccess
303
-
Indicates whether the user is allowed to communicate with people who have SIP accounts with a public Internet connectivity provider such as MSN.
304
-
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.
305
-
The default value is False.
306
-
307
-
```yaml
308
-
Type: Boolean
309
-
Parameter Sets: (All)
310
-
Aliases:
311
-
312
-
Required: False
313
-
Position: Named
314
-
Default value: None
315
-
Accept pipeline input: False
316
-
Accept wildcard characters: False
317
-
```
318
-
319
299
### -EnablePublicCloudAudioVideoAccess
320
300
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.
321
301
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