Skip to content

Commit da99bf6

Browse files
Update exchange/exchange-ps/exchange/Remove-AuthenticationPolicy.md
Co-authored-by: David Chesnut <[email protected]>
1 parent f7032e3 commit da99bf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exchange/exchange-ps/exchange/Remove-AuthenticationPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ This example removes the authentication policy named "Engineering Group".
4343

4444
### Example 2
4545
```powershell
46-
Remove-AuthenticationPolicy -Identity "Legacy Exchange Tokens" -AllowLegacyExchangeTokens
46+
Remove-AuthenticationPolicy -Identity "LegacyExchangeTokens" -AllowLegacyExchangeTokens
4747
```
4848

4949
In Exchange Online, this example returns your organization to its previous state before legacy Exchange token issuance was allowed or blocked for Outlook add-ins. Since this switch applies to the entire organization, the authentication policy specified with the Identity parameter is ignored.

0 commit comments

Comments
 (0)