Get-SCVMTemplate
從 VMM 連結庫取得虛擬機範本物件。
語法
Get-SCVMTemplate
[-VMMServer <ServerConnection>]
[-ComputerTierTemplate <ComputerTierTemplate>]
[-All]
[-OnBehalfOfUser <String>]
[-OnBehalfOfUserRole <UserRole>]
[<CommonParameters>]
Get-SCVMTemplate
[-VMMServer <ServerConnection>]
[-ComputerTierTemplate <ComputerTierTemplate>]
[[-Name] <String>]
[-OnBehalfOfUser <String>]
[-OnBehalfOfUserRole <UserRole>]
[<CommonParameters>]
Get-SCVMTemplate
[-VMMServer <ServerConnection>]
[-ComputerTierTemplate <ComputerTierTemplate>]
[-ID <Guid>]
[-OnBehalfOfUser <String>]
[-OnBehalfOfUserRole <UserRole>]
[<CommonParameters>]
Description
Get-SCVMTemplate Cmdlet 會從 Virtual Machine Manager (VMM) 連結庫取得虛擬機範本物件。
如需如何使用虛擬機範本來建立新虛擬機器的資訊,請輸入 Get-Help New-Template -Detailed
。
範例
範例 1:取得儲存在連結庫中的所有範本
PS C:\> Get-SCVMTemplate -VMMServer "VMMServer01.Contoso.com"
此命令會從 VMMServer01 上的 VMM 連結庫取得所有範本物件,然後顯示這些範本的相關信息。
範例 2:取得儲存在連結庫中具有類似名稱的所有範本
PS C:\> Get-SCVMTemplate -VMMServer "VMMServer01.Contoso.com" | where { $_.Name -like "Windows Server 2008*" }
此命令會從 VMM 伺服器上名稱開頭為 「Windows Server 2008」 的 VMM 連結庫取得所有範本物件,然後顯示這些範本的相關信息。
參數
-All
指出這個 Cmdlet 會取得與父對象無關的所有次級物件。
例如,命令 Get-SCVirtualDiskDrive -All
會取得所有虛擬磁碟驅動器物件,而不論每個虛擬磁碟驅動器對象相關聯的虛擬機物件或範本對象為何。
類型: | SwitchParameter |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-ComputerTierTemplate
指定計算機層範本物件。
類型: | ComputerTierTemplate |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-ID
將數值識別子指定為特定物件的全域唯一標識碼或 GUID。
類型: | Guid |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Name
指定 VMM 物件的名稱。
類型: | String |
Position: | 0 |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-OnBehalfOfUser
指定用戶名稱。 這個 Cmdlet 代表此參數指定的用戶運作。
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-OnBehalfOfUserRole
指定使用者角色。 若要取得使用者角色,請使用 Get-SCUserRole Cmdlet。 這個 Cmdlet 代表此參數指定的使用者角色運作。
類型: | UserRole |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-VMMServer
指定 VMM 伺服器物件。
類型: | ServerConnection |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
輸出
Template
此 Cmdlet 會傳回 Template 物件。