Applies to: Exchange Server 2013, Exchange Online
Topic Last Modified: 2012-07-09
Use the Get-MigrationUserStatistics cmdlet to view detailed information about move and migration requests.
For information about the parameter sets in the Syntax section below, see Syntax.
Syntax
Get-MigrationUserStatistics -Identity
<MigrationUserIdParameter> [-Diagnostic
<SwitchParameter>] [-DiagnosticArgument <String>]
[-DomainController <Fqdn>] [-IncludeReport
<SwitchParameter>] [-LimitSkippedItemsTo <Int32>]
[-Organization <OrganizationIdParameter>]
|
Examples
EXAMPLE 1
This example retrieves information about the ExchMR01 migration request and retrieves detailed information about migration failures.
Copy Code | |
---|---|
Get-MigrationUserStatistics -Identity ExchMR01 -Diagnostic |
Detailed Description
You need to be assigned permissions before you can run this cmdlet. Although all parameters for this cmdlet are listed in this topic, you may not have access to some parameters if they're not included in the permissions assigned to you. To see what permissions you need, see the "Mailbox move and migration permissions" section in the Recipients Permissions topic.
Parameters
Parameter | Required | Type | Description |
---|---|---|---|
Identity |
Required |
Microsoft.Exchange.Management.Migration.MigrationUserIdParameter |
The Identity parameter specifies the identity of the new move request or new migration request that you created previously. |
Diagnostic |
Optional |
System.Management.Automation.SwitchParameter |
The Diagnostic switch specifies whether to retrieve detailed information about move and migration failures. |
DiagnosticArgument |
Optional |
System.String |
This parameter is reserved for internal Microsoft use. |
DomainController |
Optional |
Microsoft.Exchange.Data.Fqdn |
The DomainController parameter specifies the fully qualified domain name (FQDN) of the domain controller that retrieves data from Active Directory. |
IncludeReport |
Optional |
System.Management.Automation.SwitchParameter |
The IncludeReport switch specifies whether to return additional details, which can be used for troubleshooting. |
LimitSkippedItemsTo |
Optional |
System.Int32 |
The LimitSkippedItemsTo parameter specifies the number of skipped items allowed before your move or migration reports a failure status. |
Organization |
Optional |
Microsoft.Exchange.Configuration.Tasks.OrganizationIdParameter |
This parameter is reserved for internal Microsoft use. |
Input Types
To see the input types that this cmdlet accepts, see Cmdlet Input and Output Types. If the Input Type field for a cmdlet is blank, the cmdlet doesn’t accept input data.
Return Types
To see the return types, which are also known as output types, that this cmdlet accepts, see Cmdlet Input and Output Types. If the Output Type field is blank, the cmdlet doesn’t return data.