Skip to content

Commit 214b762

Browse files
committed
Update mfa-connect-to-scc-powershell.md
Typo fix per Issue #4021
1 parent 6ed45f7 commit 214b762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exchange/docs-conceptual/office-365-scc/connect-to-scc-powershell/mfa-connect-to-scc-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ If your account uses multi-factor authentication (MFA) or federated authenticati
119119
5. **(Optional)**: If you want to connect to an Exchange Online PowerShell module session in the same window, you need to run
120120

121121
```PowerShell
122-
$EXOSession=New-ExoPSSSession -UserPrincipalName <UPN> [-ConnectionUri <ConnectionUri> -AzureADAuthorizationEndPointUri <AzureADUri>]
122+
$EXOSession=New-ExoPSSession -UserPrincipalName <UPN> [-ConnectionUri <ConnectionUri> -AzureADAuthorizationEndPointUri <AzureADUri>]
123123
```
124124

125125
and then import the Exchange Online session into the current one using an specific prefix

0 commit comments

Comments
 (0)