Remove-AzureADMSGroup

拿掉 Azure AD 群組。

語法

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

Description

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

範例

範例 1:移除群組

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

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

參數

-Id

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

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

輸入

String

輸出

Object

備註

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