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