共用方式為


Remove-SCPhysicalComputerProfile

從 VMM 移除實體電腦配置檔。

語法

Remove-SCPhysicalComputerProfile
      [-PhysicalComputerProfile] <PhysicalComputerProfile>
      [-Force]
      [-RunAsynchronously]
      [-PROTipID <Guid>]
      [-JobVariable <String>]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]

Description

Remove-SCPhysicalComputerProfile Cmdlet 會從 Virtual Machine Manager(VMM) 移除實體計算機配置檔。

範例

範例 1:從 VMM 移除實體計算機配置檔

PS C:\> $PCP = Get-SCPhysicalComputerProfile -Name "Windows Server 2012 R2" 
PS C:\> Remove-SCPhysicalComputerProfile -PhysicalComputerProfile $PCP

第一個命令會使用 Get-SCPhysicalComputerProfile Cmdlet,取得名為 Windows Server 2012 R2 的實體計算機配置檔。 命令會將它儲存在 $PCP 變數中。

第二個命令會從 VMM 刪除 $PCP 中的實體計算機配置檔。

參數

-Confirm

在執行 Cmdlet 之前,提示您進行確認。

類型:SwitchParameter
別名:cf
Position:Named
預設值:False
必要:False
接受管線輸入:False
接受萬用字元:False

-Force

強制命令執行,而不要求使用者確認。

類型:SwitchParameter
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-JobVariable

指定作業進度會追蹤並儲存在此參數所命名的變數中。

類型:String
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-PhysicalComputerProfile

指定用來將作業系統部署至計算機的配置檔。

類型:PhysicalComputerProfile
Position:0
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-PROTipID

指定觸發此動作之效能和資源優化提示 (PRO 提示) 的識別碼。 此參數可讓您稽核 PRO 秘訣。

類型:Guid
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-RunAsynchronously

表示作業會以異步方式執行,讓控件立即返回命令殼層。

類型:SwitchParameter
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-WhatIf

顯示 Cmdlet 執行時會發生什麼事。 Cmdlet 未執行。

類型:SwitchParameter
別名:wi
Position:Named
預設值:False
必要:False
接受管線輸入:False
接受萬用字元:False

輸出

PhysicalComputerProfile

此 Cmdlet 會傳回 PhysicalComputerProfile 物件。