Redo-MsolProvisionGroup
Retries the provisioning of a group object in Azure Active Directory.
Syntax
Redo-MsolProvisionGroup
-ObjectId <Guid>
[-TenantId <Guid>]
[<CommonParameters>]
Description
The Redo-MsolProvisionGroup cmdlet retries the provisioning of a group object in Azure Active Directory when a previous attempt to create the group object resulted in a validation error.
Parameters
-ObjectId
Specifies the unique object ID associated with the group 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 |