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.
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.
100
-
The filtered collection is then piped to the `Set-CsExternalAccessPolicy` cmdlet, which takes each policy and sets the EnableFederationAccess property to True.
101
-
The net result: all external access policies that allow public cloud access will also allow federation access.
102
-
103
-
### -------------------------- Example 5 ------------------------
104
-
```
105
95
Set-CsExternalAccessPolicy -Identity Global -EnableAcsFederationAccess $false
0 commit comments