共用方式為


Remove-SCVMHostNetworkAdapterProfile

拿掉主機網路配接器配置檔。

語法

Remove-SCVMHostNetworkAdapterProfile
      [-PhysicalComputerNetworkAdapterProfile] <PhysicalComputerNetworkAdapterProfile>
      [-Force]
      [-RunAsynchronously]
      [-PROTipID <Guid>]
      [-JobVariable <String>]
      [<CommonParameters>]

Description

Remove-SCVMHostNetworkAdapterProfile Cmdlet 會移除主機網路適配器配置檔。

範例

範例 1:刪除主機網路適配器配置檔

PS C:\> Get-SCVMHostNetworkAdapterProfile -ID "259f47c7-c5a9-429d-a421-d232f9b34991" | Remove-SCVMHostNetworkAdapterProfile

此命令會取得標識符為 259f47c7-c5a9-429d-a421-d232f9b34991 的主機網路適配器配置檔對象,然後使用管線運算符來 Remove-SCVMHostNetworkAdapterProfile,這會刪除主機網路適配器配置檔。

參數

-Force

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

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

-JobVariable

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

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

-PhysicalComputerNetworkAdapterProfile

指定實體電腦網路配接器配置檔物件。

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

-PROTipID

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

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

-RunAsynchronously

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

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