Remove-SCSPFTenant
하나 이상의 테넌트 개체를 제거합니다.
Syntax
Remove-SCSPFTenant
-Tenant <Tenant[]>
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
Remove-SCSPFTenant cmdlet은 Service Provider Foundation 데이터베이스에서 하나 이상의 테넌트 개체를 제거합니다.
예제
예제 1: 테넌트 개체 제거
PS C:\>$Tenant = Get-SCSPFTenant -Name "Contoso"
PS C:\> Remove-SCSPFTenant -Tenant $Tenant
첫 번째 명령은 Contoso라는 테넌트 개체를 가져오고 개체를 $Tenant 변수에 저장합니다.
두 번째 명령은 테넌트가 제거됩니다.
매개 변수
-Confirm
cmdlet을 실행하기 전에 확인을 요청합니다.
Type: | System.Management.Automation.SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Tenant
하나 이상의 테넌트 개체의 이름을 지정합니다. 테넌트를 가져오려면 Get-SCSPFTenant cmdlet을 사용합니다.
Type: | Microsoft.SystemCenter.Foundation.SPFData.Types.Tenant[] |
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.Tenant[]
출력
System.Object