Skip to content

Commit 3f54cfe

Browse files
Update Set-CsExternalAccessPolicy.md
1 parent 977f02f commit 3f54cfe

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

skype/skype-ps/skype/Set-CsExternalAccessPolicy.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -92,16 +92,6 @@ Any policy with an Identity that begins with "tag:" has been configured at the p
9292

9393
### -------------------------- Example 4 ------------------------
9494
```
95-
Set-CsExternalAccessPolicy -EnableFederationAccess $True
96-
```
97-
98-
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-
```
10595
Set-CsExternalAccessPolicy -Identity Global -EnableAcsFederationAccess $false
10696
New-CsExternalAccessPolicy -Identity AcsFederationAllowed -EnableAcsFederationAccess $true
10797
```

0 commit comments

Comments
 (0)