Remove-AzureADMSGroup

Removes an Azure AD group.

Syntax

Remove-AzureADMSGroup
      -Id <String>
      [<CommonParameters>]

Description

The Remove-AzureADMSGroup cmdlet removes an Azure Active Directory (Azure AD) group.

Examples

Example 1: Remove a group

PS C:\> Remove-AzureADMSGroup -Id "ce0a2213-bd57-4e2f-b9fa-408582e2e260"

This cmdlet removes the group that has the specified ID.

Parameters

-Id

Specifies the ID of the group that this cmdlet removes.

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

Inputs

String

Outputs

Object

Notes

This cmdlet is currently in Public Preview. While a cmdlet is in Public Preview, we may make changes to the cmdlet which could have unexpected effects. We recommend that you do not use this cmdlet in a production environment.