Remove-SCOMUserRole
删除 System Center Operations Manager 中的用户角色。
语法
Remove-SCOMUserRole
[-UserRole] <UserRole[]>
[-WhatIf]
[-Confirm]
[<CommonParameters>]
说明
Remove-SCOMUserRole cmdlet 删除 System Center Operations Manager 中的用户角色。
示例
1:删除 System Center Operations Manager 用户角色
PS C:\>Get-SCOMUserRole -Name 'Script Role' | Remove-SCOMUserRole
获取并使用其名称删除现有的 System Center Operations Manager 用户角色。
参数
-Confirm
在运行 cmdlet 之前,提示你进行确认。
类型: | SwitchParameter |
别名: | cf |
Position: | Named |
默认值: | False |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-UserRole
类型: | UserRole[] |
Position: | 1 |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-WhatIf
显示 cmdlet 运行时会发生什么情况。 cmdlet 未运行。
类型: | SwitchParameter |
别名: | wi |
Position: | Named |
默认值: | False |
必需: | False |
接受管道输入: | False |
接受通配符: | False |