Set-SCVirtualSwitchExtension
修改虛擬交換器擴充功能。
語法
Set-SCVirtualSwitchExtension
[-VMMServer <ServerConnection>]
[-VirtualSwitchExtension] <VirtualSwitchExtension>
-InstallParameterName <String>
[-InstallParameterValue <String>]
[-RemoveInstallParameter]
[-RunAsynchronously]
[-PROTipID <Guid>]
[-JobVariable <String>]
[<CommonParameters>]
Set-SCVirtualSwitchExtension
[-VMMServer <ServerConnection>]
[-VirtualSwitchExtension] <VirtualSwitchExtension>
-InstallParameterName <String>
-InstallParameterSecureValue <SecureString>
[-RemoveInstallParameter]
[-RunAsynchronously]
[-PROTipID <Guid>]
[-JobVariable <String>]
[<CommonParameters>]
Description
Set-SCVirtualSwitchExtension Cmdlet 會修改虛擬交換器擴充功能。
參數
-InstallParameterName
指定安裝參數的名稱。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-InstallParameterSecureValue
指定安全字串,其中包含 install 參數的值。
類型: | SecureString |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-InstallParameterValue
指定安裝參數的值。
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-JobVariable
指定作業進度會追蹤並儲存在此參數所命名的變數中。
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-PROTipID
指定觸發此動作之效能和資源優化提示 (PRO 提示) 的識別碼。 此參數可讓您稽核 PRO 秘訣。
類型: | Guid |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-RemoveInstallParameter
表示已移除 install 參數。
類型: | SwitchParameter |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-RunAsynchronously
表示作業會以異步方式執行,讓控件立即返回命令殼層。
類型: | SwitchParameter |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-VirtualSwitchExtension
指定虛擬交換器擴充物件。
若要取得虛擬交換器擴充物件,請使用 Get-SCVirtualSwitchExtension Cmdlet。
類型: | VirtualSwitchExtension |
Position: | 0 |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-VMMServer
指定 VMM 伺服器物件。
類型: | ServerConnection |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |