Get-SCVolumeSignatureCatalog
從範本磁碟取得磁碟區簽章目錄資訊。
語法
Get-SCVolumeSignatureCatalog
[-VMMServer <ServerConnection>]
[-VirtualHardDiskId] <Guid>
[-OnBehalfOfUser <String>]
[-OnBehalfOfUserRole <UserRole>]
[<CommonParameters>]
Get-SCVolumeSignatureCatalog
[-VMMServer <ServerConnection>]
[-VirtualHardDisk] <VirtualHardDisk>
[-OnBehalfOfUser <String>]
[-OnBehalfOfUserRole <UserRole>]
[<CommonParameters>]
Description
Get-SCVolumeSignatureCatalog Cmdlet 會從範本磁碟取得磁碟區簽章目錄資訊。 此資訊包括用來簽署磁碟、名稱和磁碟版本的憑證。
參數
-OnBehalfOfUser
指定用戶名稱。 這個 Cmdlet 代表此參數指定的用戶運作。
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-OnBehalfOfUserRole
指定使用者角色。 若要取得使用者角色,請使用 Get-SCUserRole Cmdlet。 這個 Cmdlet 代表此參數指定的使用者角色運作。
類型: | UserRole |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-VirtualHardDisk
指定虛擬硬碟物件。
類型: | VirtualHardDisk |
Position: | 0 |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-VirtualHardDiskId
指定虛擬硬碟的識別碼。
類型: | Guid |
Position: | 0 |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-VMMServer
指定 VMM 伺服器物件。
類型: | ServerConnection |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |