Remove-AzureADMSGroup

移除 Azure AD 群組。

Syntax

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

Description

Remove-AzureADMSGroup Cmdlet 會移除 Azure Active Directory (Azure AD) 群組。

範例

範例 1:移除群組

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

此 Cmdlet 會移除具有指定識別碼的群組。

參數

-Id

指定此 Cmdlet 移除的群組識別碼。

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

輸入

String

輸出

Object

備註

此 Cmdlet 目前處於公開預覽狀態。 當 Cmdlet 處於公開預覽狀態時,我們可能會對可能會有非預期效果的 Cmdlet 進行變更。 建議您不要在生產環境中使用此 Cmdlet。