Skip to content

Commit a993f68

Browse files
committed
Update Connect-ExchangeOnline.md
1 parent 64a8d51 commit a993f68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exchange/exchange-ps/exchange/Connect-ExchangeOnline.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,14 @@ Connect commands will likely fail if the profile path of the account that you us
7272
Connect-ExchangeOnline -UserPrincipalName [email protected]
7373
```
7474

75-
This example connects to Exchange Online PowerShell using modern authentication, with or without multi-factor authentication (MFA). We aren't using the UseRPSSession parameter, so the connection uses REST and doesn't require Basic authentication to be enabled in WinRM on the local computer.
75+
This example connects to Exchange Online PowerShell using modern authentication, with or without multi-factor authentication (MFA). We aren't using the UseRPSSession switch, so the connection uses REST and doesn't require Basic authentication to be enabled in WinRM on the local computer.
7676

7777
### Example 2
7878
```powershell
7979
Connect-ExchangeOnline -UserPrincipalName [email protected] -UseRPSSession
8080
```
8181

82-
This example connects to Exchange Online PowerShell using modern authentication, with or without MFA. We're using the UseRPSSession parameter, so the connection requires Basic authentication to be enabled in WinRM on the local computer.
82+
This example connects to Exchange Online PowerShell using modern authentication, with or without MFA. We're using the UseRPSSession switch, so the connection requires Basic authentication to be enabled in WinRM on the local computer.
8383

8484
### Example 3
8585
```powershell

0 commit comments

Comments
 (0)