Remove-AzureADMSGroup
删除 Azure AD 组。
语法
Default (默认值)
Remove-AzureADMSGroup
-Id <String>
[<CommonParameters>]
说明
Remove-AzureADMSGroup cmdlet 删除 Azure Active Directory (Azure AD) 组。
示例
示例 1:删除组
PS C:\> Remove-AzureADMSGroup -Id "ce0a2213-bd57-4e2f-b9fa-408582e2e260"
此 cmdlet 删除具有指定 ID 的组。
参数
-Id
指定此 cmdlet 删除的组的 ID。
参数属性
| 类型: | String |
| 默认值: | None |
| 支持通配符: | False |
| 不显示: | False |
参数集
(All)
| Position: | Named |
| 必需: | True |
| 来自管道的值: | True |
| 来自管道的值(按属性名称): | True |
| 来自剩余参数的值: | False |
CommonParameters
此 cmdlet 支持通用参数:-Debug、-ErrorAction、-ErrorVariable、-InformationAction、-InformationVariable、-OutBuffer、-OutVariable、-PipelineVariable、-ProgressAction、-Verbose、-WarningAction 和 -WarningVariable。 有关详细信息,请参阅 about_CommonParameters。
输入
String
输出
Object
备注
此 cmdlet 目前为公共预览版。 当 cmdlet 处于公共预览版中时,我们可能会对 cmdlet 进行更改,这可能会产生意外影响。 建议不要在生产环境中使用此 cmdlet。