Skip to content

Commit ecab1b0

Browse files
authored
Update Connect-ExchangeOnline.md
1 parent f703a56 commit ecab1b0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ After the Connect-ExchangeOnline command is complete, the password key in the $U
7878

7979
### Example 2
8080
```powershell
81-
Connect-ExchangeOnline -UserPrincipalName [email protected] -ShowProgress $true
81+
Connect-ExchangeOnline -UserPrincipalName [email protected]
8282
```
8383

8484
This example connects to Exchange Online PowerShell using modern authentication for the account [email protected], which uses MFA.
@@ -563,6 +563,8 @@ Accept wildcard characters: False
563563
```
564564

565565
### -ShowProgress
566+
Note: Currently, this parameter has no effect.
567+
566568
The ShowProgress parameter shows a visual progress bar in the PowerShell client module. The progress bar shows number of objects received and total number of objects requested. Valid values are:
567569

568570
- $true: The progress bar is displayed. This is the default value.

0 commit comments

Comments
 (0)