Remove-SCSPFTenantUserRole
하나 이상의 테넌트 사용자 역할을 제거합니다.
Syntax
Remove-SCSPFTenantUserRole
-UserRole <Role[]>
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
Remove-SCSPFTenantUserRole cmdlet은 Service Provider Foundation 데이터베이스에서 하나 이상의 테넌트 사용자 역할을 제거합니다.
예제
예제 1: 테넌트 사용자 역할 제거
PS C:\>$TenantUserRole = Get-SCSPFTenantUserRole -ID 9adb708d-f47e-4dda-9e56-91e1eb2808df
PS C:\> Remove-SCSPFTenantUserRole -UserRole $TenantUserRole
첫 번째 명령은 ID로 테넌트 사용자 역할을 가져오고 개체를 $TenantUserRole 변수에 저장합니다.
두 번째 명령은 테넌트 사용자 역할을 제거합니다.
매개 변수
-Confirm
cmdlet을 실행하기 전에 확인을 요청합니다.
Type: | System.Management.Automation.SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-UserRole
하나 이상의 테넌트 사용자 역할의 이름을 지정합니다. 테넌트 사용자 역할을 가져오려면 Get-SCSPFTenantUserRole cmdlet을 사용합니다.
Type: | Microsoft.SystemCenter.Foundation.SPFData.Types.Role[] |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-WhatIf
cmdlet을 실행할 경우 발생하는 일을 표시합니다. cmdlet은 실행되지 않습니다.
Type: | System.Management.Automation.SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
입력
Microsoft.SystemCenter.Foundation.SPFData.Types.Role[]
출력
System.Object