Remove-SCServerFeature
從客體作業系統配置檔中移除作業系統角色或功能。
語法
Remove-SCServerFeature
-ServerFeature <ServerFeature>
-GuestOSProfile <GuestOSProfile>
[-RunAsynchronously]
[-PROTipID <Guid>]
[-JobVariable <String>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Remove-SCServerFeature
-ServerFeature <ServerFeature>
-VMTemplate <Template>
[-RunAsynchronously]
[-PROTipID <Guid>]
[-JobVariable <String>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
Remove-SCServerFeature Cmdlet 會從客體操作系統配置檔中刪除操作系統角色或功能。
範例
範例 1:從客體作業系統配置檔移除伺服器功能
PS C:\> $OSProfile = Get-SCGuestOSProfile -Name "NewOSProfile01"
PS C:\> $Feature = Get-SCServerFeature -Name "Failover-Clustering"
PS C:\> Remove-SCServerFeature -GuestOSProfile $OSProfile -ServerFeature $Feature
第一個命令會取得名為 NewOSProfile01 的 gues 作業系統配置檔,並將物件儲存在 $OSProfile 變數中。
第二個命令會取得名為 Failover-Clustering 的伺服器功能物件,並將物件儲存在$Feature變數中。
最後一個命令會從儲存在 $OSProfile 的客體作業系統配置檔中移除儲存在 $Feature 中的伺服器功能。
參數
-Confirm
在執行 Cmdlet 之前,提示您進行確認。
類型: | SwitchParameter |
別名: | cf |
Position: | Named |
預設值: | False |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-GuestOSProfile
指定客體作業系統配置檔物件。
類型: | GuestOSProfile |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-JobVariable
指定作業進度會追蹤並儲存在此參數所命名的變數中。
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-PROTipID
指定觸發此動作之效能和資源優化提示 (PRO 提示) 的識別碼。 此參數可讓您稽核 PRO 秘訣。
類型: | Guid |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-RunAsynchronously
表示作業會以異步方式執行,讓控件立即返回命令殼層。
類型: | SwitchParameter |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-ServerFeature
指定伺服器功能物件。
類型: | ServerFeature |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-VMTemplate
指定用來建立虛擬機的 VMM 範本物件。
類型: | Template |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-WhatIf
顯示 Cmdlet 執行時會發生什麼事。 Cmdlet 未執行。
類型: | SwitchParameter |
別名: | wi |
Position: | Named |
預設值: | False |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |