Skip to content

Commit c5a4439

Browse files
authored
Update Get-MigrationUserStatistics.md
Previous example MicrosoftDocs#3 listed skipped items as "{}", new example actually lists things.
1 parent accb40a commit c5a4439

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exchange/exchange-ps/exchange/Get-MigrationUserStatistics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ This example displays the number of mailbox items that failed to migrate, which
5555

5656
### Example 3
5757
```powershell
58-
Get-MigrationUserStatistics -Identity [email protected] -LimitSkippedItemsTo 20 | Format-List SkippedItemCount,SkippedItems
58+
Get-MigrationUserStatistics -Identity [email protected] -IncludeSkippedItems | Select-Object -ExpandProperty SkippedItems | Format-List DateReceived, Subject
5959
```
6060

61-
This example displays results information in the SkippedItems property for a maximum of 20 skipped items.
61+
This example displays results information in the SkippedItems property.
6262

6363
### Example 4
6464
```powershell

0 commit comments

Comments
 (0)