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
In Example 4, federation access is enabled for all the external access policies that allow public cloud access.
100
99
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.
102
100
The filtered collection is then piped to the `Set-CsExternalAccessPolicy` cmdlet, which takes each policy and sets the EnableFederationAccess property to True.
103
101
The net result: all external access policies that allow public cloud access will also allow federation access.
104
102
@@ -215,24 +213,6 @@ Accept pipeline input: False
215
213
Accept wildcard characters: False
216
214
```
217
215
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
-
236
216
### -EnablePublicCloudAudioVideoAccess
237
217
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.
238
218
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