共用方式為


Get-SCApplicationHostTemplate

取得服務範本或所有服務範本的應用程式主機範本。

語法

Get-SCApplicationHostTemplate
   [-VMMServer <ServerConnection>]
   [-All]
   [-OnBehalfOfUser <String>]
   [-OnBehalfOfUserRole <UserRole>]
   [<CommonParameters>]
Get-SCApplicationHostTemplate
   [-VMMServer <ServerConnection>]
   -Name <String>
   [-OnBehalfOfUser <String>]
   [-OnBehalfOfUserRole <UserRole>]
   [<CommonParameters>]
Get-SCApplicationHostTemplate
   [-VMMServer <ServerConnection>]
   -ServiceTemplate <ServiceTemplate>
   [-OnBehalfOfUser <String>]
   [-OnBehalfOfUserRole <UserRole>]
   [<CommonParameters>]
Get-SCApplicationHostTemplate
   [-VMMServer <ServerConnection>]
   [-ID <Guid>]
   [-OnBehalfOfUser <String>]
   [-OnBehalfOfUserRole <UserRole>]
   [<CommonParameters>]

Description

Get-SCApplicationHostTemplate Cmdlet 會取得服務範本的應用程式主機範本,或搭配所有服務範本的 All 參數使用時。

範例

範例 1:取得特定服務範本的應用程式主機範本

PS C:\> $ServiceTemplate = Get-SCServiceTemplate -Name "ServiceTemplate01"
PS C:\> Get-SCApplicationHostTemplate -ServiceTemplate $ServiceTemplate

第一個命令會取得名為 ServiceTemplate01 的服務範本物件,並將物件儲存在$ServiceTemplate 變數中。

第二個命令會取得$ServiceTemplate中服務範本的應用程式主機範本,並將應用程式主機範本的相關信息顯示給使用者。

參數

-All

指出這個 Cmdlet 會取得與父對象無關的所有次級物件。 例如,命令 Get-SCVirtualDiskDrive -All 會取得所有虛擬磁碟驅動器物件,而不論每個虛擬磁碟驅動器對象相關聯的虛擬機物件或範本對象為何。

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

-ID

將數值識別子指定為特定物件的全域唯一標識碼或 GUID。

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

-Name

指定 Virtual Machine Manager (VMM) 物件的名稱。

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

-OnBehalfOfUser

指定用戶名稱。 這個 Cmdlet 代表此參數指定的用戶運作。

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

-OnBehalfOfUserRole

指定使用者角色。 若要取得使用者角色,請使用 Get-SCUserRole Cmdlet。 這個 Cmdlet 代表此參數指定的使用者角色運作。

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

-ServiceTemplate

指定服務範本物件。

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

-VMMServer

指定 VMM 伺服器物件。

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

輸出

ApplicationHostTemplate

此 Cmdlet 會傳回 applicationHostTemplate 物件