Expand Minimize
This topic has not yet been rated - Rate this topic

Get-ProvisioningRequest

Exchange Online
 

Applies to: Exchange Online

Topic Last Modified: 2013-01-16

This cmdlet is available only in the cloud-based service.

Use the Get-ProvisioningRequest cmdlet to retrieve status information about the current provisioning request.

For information about the parameter sets in the Syntax section below, see Syntax.

Get-ProvisioningRequest [-Identity <ProvisioningRequestIdParameter>] [-DomainController <Fqdn>] [-Organization <OrganizationIdParameter>]

This example displays status information on the current provisioning request.

Get-ProvisioningRequest

This example displays the value for the Identity parameter for the current provisioning request.

Get-ProvisioningRequest | Format-List Identity

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 "Recipient Provisioning Permissions" section in the Recipients Permissions topic.

The Get-ProvisioningRequest cmdlet displays status information about the current provisioning request being processed by the bulk provisioning service. This includes the following information:

  • Identity ID
  • DisplayName for the provisioning request
  • The user account of the administrator that submitted the New-ProvisioningRequest cmdlet
  • Date and time that the request was submitted
  • Whether the provisioning request has been started
  • Number of rows in the CSV file
  • Number of user accounts successfully created
  • Number of user accounts that failed

 

Parameter Required Type Description

DomainController

Optional

Microsoft.Exchange.Data.Fqdn

This parameter is reserved for internal Microsoft use.

Identity

Optional

Microsoft.Exchange.Management.ProvisioningTasks.ProvisioningRequestIdParameter

The Identity parameter specifies the ID of the provisioning request. The value for this parameter is assigned by the bulk provisioning service.

Organization

Optional

Microsoft.Exchange.Configuration.Tasks.OrganizationIdParameter

The Organization parameter is reserved for internal Microsoft use.

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.

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.

 
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.