Skip to content

Commit e491cca

Browse files
authored
fix command name (#5032)
1 parent 72d849e commit e491cca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/outlook/turn-exchange-tokens-on-off.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Turn legacy Exchange Online tokens on or off
44
ms.service: microsoft-365
55
ms.subservice: add-ins
66
ms.topic: how-to
7-
ms.date: 02/03/2025
7+
ms.date: 02/07/2025
88
---
99

1010
# Turn legacy Exchange Online tokens on or off
@@ -18,7 +18,7 @@ For more information about deprecation of legacy Exchange Online tokens, see [Ne
1818
To run the commands you need to connect to Exchange Online PowerShell.
1919

2020
1. Open PowerShell.
21-
1. Run the command `Import-Module ExchangeOnlineManagement`. For more information about this command, see [Exchange Online PowerShell](/powershell/exchange/exchange-online-powershell).
21+
1. Run the command `Import-Module -Name ExchangeOnlineManagement`. For more information about this command, see [Exchange Online PowerShell](/powershell/exchange/exchange-online-powershell).
2222
1. To be sure you are on the latest version of the module, run the command `Update-Module -Name ExchangeOnlineManagement`.
2323
1. Run the command `Connect-ExchangeOnline`. Sign in with your Microsoft 365 administrator credentials.
2424

0 commit comments

Comments
 (0)