File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
exchange/docs-conceptual/office-365-scc/connect-to-scc-powershell Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ If your account uses multi-factor authentication (MFA) or federated authenticati
119
119
5 . ** (Optional)** : If you want to connect to an Exchange Online PowerShell module session in the same window, you need to run
120
120
121
121
``` PowerShell
122
- $EXOSession=New-ExoPSSSession -UserPrincipalName <UPN> [-ConnectionUri <ConnectionUri> -AzureADAuthorizationEndPointUri <AzureADUri>]
122
+ $EXOSession=New-ExoPSSession -UserPrincipalName <UPN> [-ConnectionUri <ConnectionUri> -AzureADAuthorizationEndPointUri <AzureADUri>]
123
123
```
124
124
125
125
and then import the Exchange Online session into the current one using an specific prefix
You can’t perform that action at this time.
0 commit comments