Skip to content

Commit 9d8d25d

Browse files
authored
Merge pull request #10955 from MicrosoftDocs/chrisda
Update Get-MoveRequestStatistics.md
2 parents cbad43c + bd86b00 commit 9d8d25d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

exchange/exchange-ps/exchange/Get-MoveRequestStatistics.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,13 @@ Get-MoveRequestStatistics -MRSInstance CAS01.contoso.com -MailboxGuid b6a6795c-a
105105

106106
In Exchange Server 2010, this example returns default statistics for a mailbox that has been moved by the instance of the Microsoft Exchange Mailbox Replication service running on the server CAS01.
107107

108+
### Example 6
109+
```powershell
110+
Get-MoveRequestStatistics [email protected] -IncludeReport -DiagnosticInfo Verbose | Export-Clixml "C:\Data\MoveReport.xml"
111+
```
112+
113+
This example exports the move request information so you can later import it into the MRS_Explorer.ps1 script for analysis. For more information, see [MRS-Explorer](https://github.com/zarkatech/MRS-Explorer).
114+
108115
## PARAMETERS
109116

110117
### -Identity

0 commit comments

Comments
 (0)