Applies to: Exchange Server 2013
Topic Last Modified: 2013-01-16
Use the Get-PublicFolderMigrationRequestStatistics cmdlet to view detailed information about migration requests.
For information about the parameter sets in the Syntax section below, see Syntax.
Syntax
Get-PublicFolderMigrationRequestStatistics -Identity
<PublicFolderMigrationRequestIdParameter> [-IncludeReport
<SwitchParameter>] <COMMON PARAMETERS>
|
Get-PublicFolderMigrationRequestStatistics -RequestQueue
<DatabaseIdParameter> [-IncludeReport
<SwitchParameter>] [-RequestGuid <Guid>] <COMMON
PARAMETERS>
|
COMMON PARAMETERS: [-DomainController
<Fqdn>]
|
Examples
EXAMPLE 1
This example returns default statistics for all migration requests that are in progress or haven't been cleared for the database MBXDB02.
Copy Code | |
---|---|
Get-PublicFolderMigrationRequestStatistics -RequestQueue "MBXDB02" |
EXAMPLE 2
This example returns additional information about the migration request and exports the report to a CSV file.
Copy Code | |
---|---|
Get-PublicFolderMigrationRequestStatistics -Identity "PFMigrate_MarketingReports" -IncludeReport | Export-CSV C:\PFMigstats.csv |
Detailed Description
The RequestQueue parameter is for debugging purposes only.
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 "Public folders" entry in the Sharing and Collaboration Permissions topic.
Parameters
Parameter | Required | Type | Description |
---|---|---|---|
Identity |
Required |
Microsoft.Exchange.Management.RecipientTasks.PublicFolderMigrationRequestIdParameter |
The Identity parameter specifies the identity of the public folder migration request. You can use one of the following values:
This parameter can't be used in conjunction with the RequestQueue or RequestGuid parameter. |
RequestQueue |
Required |
Microsoft.Exchange.Configuration.Tasks.DatabaseIdParameter |
The RequestQueue parameter specifies the mailbox database on which the migration request resides. You can use one of the following values:
This parameter can't be used in conjunction with the Identity parameter. |
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. |
RequestGuid |
Optional |
System.Guid |
The RequestGuid parameter specifies the GUID of a migration request. This parameter can't be used in conjunction with the Identity parameter. |
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.