Skip to content

Commit 7f7a470

Browse files
Update exchange/exchange-ps/exchange/Set-AuthenticationPolicy.md
Co-authored-by: David Chesnut <[email protected]>
1 parent 6ed65f9 commit 7f7a470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exchange/exchange-ps/exchange/Set-AuthenticationPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ In Exchange 2019, this example re-enables Basic authentication for Exchange Repo
7979

8080
### Example 3
8181
```powershell
82-
Set-AuthenticationPolicy -Identity "Legacy Exchange Tokens" -BlockLegacyExchangeTokens
82+
Set-AuthenticationPolicy -Identity "LegacyExchangeTokens" -BlockLegacyExchangeTokens
8383
```
8484

8585
In Exchange Online, this example blocks legacy Exchange tokens from being issued to 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)