Skip to content

Latest commit

 

History

History
74 lines (51 loc) · 1.81 KB

Remove-AzureADMSGroup.md

File metadata and controls

74 lines (51 loc) · 1.81 KB
external help file Module Name ms.custom ms.reviewer online version schema
Microsoft.Open.MS.GraphBeta.PowerShell.dll-Help.xml
AzureADPreview
iamfeature=PowerShell
rodejo
2.0.0

Remove-AzureADMSGroup

SYNOPSIS

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

Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
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.

INPUTS

System.String

OUTPUTS

System.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.

RELATED LINKS

Get-AzureADMSGroup

New-AzureADMSGroup

Set-AzureADMSGroup

Using attributes to create advanced rules