Skip to content

Remove ExternalAccessPolicy.EnabledPublicCloudAccess #12733

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
May 12, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Set-CsExternalAccessPolicy.md
  • Loading branch information
alejandramunozv authored May 12, 2025
commit 3f54cfefd40dd8144a841997287d04c1850c236c
10 changes: 0 additions & 10 deletions skype/skype-ps/skype/Set-CsExternalAccessPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,16 +92,6 @@ Any policy with an Identity that begins with "tag:" has been configured at the p

### -------------------------- Example 4 ------------------------
```
Set-CsExternalAccessPolicy -EnableFederationAccess $True
```

In Example 4, federation access is enabled for all the external access policies that allow public cloud access.
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.
The filtered collection is then piped to the `Set-CsExternalAccessPolicy` cmdlet, which takes each policy and sets the EnableFederationAccess property to True.
The net result: all external access policies that allow public cloud access will also allow federation access.

### -------------------------- Example 5 ------------------------
```
Set-CsExternalAccessPolicy -Identity Global -EnableAcsFederationAccess $false
New-CsExternalAccessPolicy -Identity AcsFederationAllowed -EnableAcsFederationAccess $true
```
Expand Down