Επεξεργασία

Κοινή χρήση μέσω


Remove-AzureADMSGroup

Removes an Azure AD group.

Syntax

Default (Default)

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.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:True
Value from pipeline:True
Value from pipeline by property name:True
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

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.