Skip to content

Latest commit

 

History

History
70 lines (52 loc) · 1.79 KB

Redo-MsolProvisionGroup.md

File metadata and controls

70 lines (52 loc) · 1.79 KB

external help file: Microsoft.Online.Administration.Automation.PSModule.dll-Help.xml online version: schema: 2.0.0 ms.assetid: 06BF30D6-67C6-4368-B42F-EE842FCF6C81 ms.reviewer: rodejo ms.custom: iamfeature=PowerShell

Redo-MsolProvisionGroup

SYNOPSIS

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
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
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
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).

INPUTS

OUTPUTS

NOTES

RELATED LINKS

Redo-MsolProvisionContact

Redo-MsolProvisionUser