Skip to content

Commit b52e537

Browse files
authored
Merge pull request #7466 from dariomws/patch-238
Added note about ShowProgress in Connect-ExchangeOnline.md
2 parents 5bb85ac + e901ef0 commit b52e537

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
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,10 +563,10 @@ Accept wildcard characters: False
563563
```
564564

565565
### -ShowProgress
566-
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:
566+
The ShowProgress parameter specifies whether to show or hide the progress bar of imported cmdlets when you connect. Valid values are:
567567

568568
- $true: The progress bar is displayed. This is the default value.
569-
- $false: The progress bar isn't displayed.
569+
- $false: Currently, this value has no effect.
570570

571571
```yaml
572572
Type: Boolean

0 commit comments

Comments
 (0)