Topic Last Modified: 2013-01-15
Use the Get-PublicFolderMoveRequestStatistics cmdlet to view detailed information about public folder move requests.
For information about the parameter sets in the Syntax section below, see Syntax.
Syntax
Get-PublicFolderMoveRequestStatistics -Identity
<PublicFolderMoveRequestIdParameter> [-IncludeReport
<SwitchParameter>] <COMMON PARAMETERS>
|
Get-PublicFolderMoveRequestStatistics -RequestQueue
<DatabaseIdParameter> [-IncludeReport
<SwitchParameter>] [-RequestGuid <Guid>] <COMMON
PARAMETERS>
|
COMMON PARAMETERS: [-DomainController
<Fqdn>]
|
Examples
EXAMPLE 1
This example returns the default statistics for the public folder move request \PublicFolderMove.
Copy Code | |
---|---|
Get-PublicFolderMoveRequestStatistics -Identity \PublicFolderMove |
EXAMPLE 2
This example returns the detailed statistics for the move request \PublicFolderMove by pipelining the results to the Format-List command.
Copy Code | |
---|---|
Get-PublicFolderMoveRequestStatistics -Identity \PublicFolderMove | Format-List |
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.PublicFolderMoveRequestIdParameter |
The Identity parameter specifies the identity of the public folder move request. The default public folder move request identity is \PublicFolderMove. This parameter can't be used with the RequestQueue parameter. |
RequestQueue |
Required |
Microsoft.Exchange.Configuration.Tasks.DatabaseIdParameter |
The RequestQueue parameter specifies the mailbox database on which the move request resides. You can use one of the following values:
This parameter is for debugging purposes only. This parameter can't be used 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 the public folder move request for which you want to view the request statistics. This parameter can't be used 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.