Skip to content

Commit 215d969

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

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
@@ -46,7 +46,7 @@ This example removes the authentication policy named "Engineering Group".
4646
Remove-AuthenticationPolicy -Identity "LegacyExchangeTokens" -AllowLegacyExchangeTokens
4747
```
4848

49-
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.
49+
In Exchange Online, this example enables legacy Exchange tokens to be issued to Outlook add-ins. This switch applies to the entire organization. The Identity parameter is required, and its value must be set to "LegacyExchangeTokens". Specific authentication polices can't be applied.
5050

5151
## PARAMETERS
5252

0 commit comments

Comments
 (0)