Redo-MsolProvisionContact
Retries the provisioning of a contact object in Azure Active Directory.
Syntax
Redo-MsolProvisionContact
-ObjectId <Guid>
[-TenantId <Guid>]
[<CommonParameters>]
Description
The Redo-MsolProvisionContact cmdlet retries the provisioning of a contact object in Azure Active Directory when a previous attempt to create the contact object resulted in a validation error.
Parameters
-ObjectId
Specifies the unique object ID associated with the contact object on which to retry provisioning.
Type: | Guid |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-TenantId
Specifies the unique ID of the tenant on which to perform the operation. The default value is the tenant of the current user. This parameter applies only to partner users.
Type: | Guid |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |