Edit

Share via


Invoke-ProvisioningRecipientDiagnostic

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

Use the Invoke-ProvisioningRecipientDiagnostic cmdlet to identify and repair recipient provisioning failures in cloud-based organizations. Recipients include mailboxes, mail contacts, mail users, and groups.

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

Syntax

Default (Default)

Invoke-ProvisioningRecipientDiagnostic
    [-Recipients] <String[]>
    [-Confirm]
    [-WhatIf]
    [<CommonParameters>]

Description

The Invoke-Provisioning*Diagnostic cmdlets are intended for targeted troubleshooting, not bulk diagnostics. To protect service service health, these cmdlets are currently limited 100 diagnostic calls per hour per organization.

You need to be assigned permissions before you can run this cmdlet. Although this article lists all parameters for the cmdlet, you might not have access to some parameters if they aren't included in the permissions assigned to you. To find the permissions required to run any cmdlet or parameter in your organization, see Find the permissions required to run any Exchange cmdlet.

Examples

Example 1

Invoke-ProvisioningRecipientDiagnostic -Recipients lukas@contoso.onmicrosoft.com

This example checks the specified mailboxes for provisioning errors, and repairs common issues by resubmitting or correcting the recipient object.

For sample output, see Sample output of Invoke-ProvisioningRecipientDiagnostic.

Parameters

-Confirm

Applicable: Exchange Online

This parameter is reserved for internal Microsoft use.

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False
Aliases:cf

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Recipients

Applicable: Exchange Online

The Recipients parameter specifies the email address of the mailbox, mail contact, mail user, or group you want to check.

Note: This parameter supports only one value.

Parameter properties

Type:

String[]

Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:0
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-WhatIf

Applicable: Exchange Online

This parameter is reserved for internal Microsoft use.

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False
Aliases:wi

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.