Skip to content

Commit f16dfad

Browse files
committed
Merge branch 'master' into chrisda
2 parents 6e836ca + 8c97333 commit f16dfad

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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

exchange/exchange-ps/exchange/New-MailboxRestoreRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
223223
### Example 1
224224
```powershell
225225
Get-Mailbox -SoftDeletedMailbox "User Name" | Format-List ExchangeGUID
226-
New-MailboxRestoreRequest -SourceMailbox "ExchangeGUID" -TargetMailbox "User Name" -AllLegacyDNMismatch
226+
New-MailboxRestoreRequest -SourceMailbox "ExchangeGUID" -TargetMailbox "User Name" -AllowLegacyDNMismatch
227227
```
228228

229229
In Exchange Online, this example uses the Get-Mailbox cmdlet to find the ExchangeGUID value of the mailbox, which is required to restore the mailbox contents.

0 commit comments

Comments
 (0)