Set-SCServiceTemplate
設定服務範本的屬性。
語法
Set-SCServiceTemplate
[-Name <String>]
[-Description <String>]
[-Owner <String>]
[-Release <String>]
[-ServicePriority <ServicePriority>]
[-UseAsDefaultRelease <Boolean>]
[-Published <Boolean>]
[-ServiceTemplate] <ServiceTemplate>
[-UserRole <UserRole>]
[-RunAsynchronously]
[-PROTipID <Guid>]
[-JobVariable <String>]
[<CommonParameters>]
Description
Set-SCServiceTemplate Cmdlet 會設定服務範本的屬性。
如需服務範本的詳細資訊,請輸入 Get-Help New-SCServiceTemplate -Detailed
。
範例
範例 1:設定服務範本的優先順序
PS C:\> $SvcTemplate = Get-SCServiceTemplate -Name "ServiceTemplate01"
PS C:\> Set-SCServiceTemplate -ServiceTemplate $SvcTemplate -ServicePriority High
第一個命令會取得名為 ServiceTemplate01 的服務範本物件,並將物件儲存在$SvcTemplate 變數中。
第二個命令會將儲存在 $SvcTemplate 的服務範本物件的優先順序設定為 High。
參數
-Description
指定服務範本的描述。
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-JobVariable
指定作業進度會追蹤並儲存在此參數所命名的變數中。
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Name
指定 Virtual Machine Manager (VMM) 物件的名稱。
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Owner
以有效網域用戶帳戶的形式指定 VMM 對象的擁有者。
- 範例格式:
-Owner "Contoso\PattiFuller"
- 範例格式:
-Owner "PattiFuller@Contoso"
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-PROTipID
指定觸發此動作之效能和資源優化提示 (PRO 提示) 的識別碼。 此參數可讓您稽核 PRO 秘訣。
類型: | Guid |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Published
指出是否應該發佈服務範本。
類型: | Boolean |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Release
指定描述連結庫資源發行的字串。 VMM 會自動為匯入連結庫的每個資源建立發行值。 匯入資源之後,您可以自定義字串。
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-RunAsynchronously
表示作業會以異步方式執行,讓控件立即返回命令殼層。
類型: | SwitchParameter |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-ServicePriority
指定服務的優先順序。 有效值為:Normal、Low、High。 默認值:一般。
類型: | ServicePriority |
接受的值: | Normal, Low, High |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-ServiceTemplate
指定服務範本物件。
類型: | ServiceTemplate |
Position: | 0 |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-UseAsDefaultRelease
指定此版本是否用來作為服務範本的預設版本。
類型: | Boolean |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-UserRole
指定使用者角色物件。
類型: | UserRole |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
輸出
ServiceTemplate
此 Cmdlet 會傳回 ServiceTemplate 物件。