Get-SCPhysicalComputerProfile
取得實體計算機配置檔物件。
語法
Get-SCPhysicalComputerProfile
[-VMMServer <ServerConnection>]
[-All]
[<CommonParameters>]
Get-SCPhysicalComputerProfile
[[-Name] <String>]
[-VMMServer <ServerConnection>]
[<CommonParameters>]
Get-SCPhysicalComputerProfile
[-VMMServer <ServerConnection>]
[-ID <Guid>]
[<CommonParameters>]
Description
Get-SCPhysicalComputerProfile Cmdlet 會取得實體計算機配置檔物件。
範例
範例 1:依標識元取得實體計算機配置檔
PS C:\> $PhysicalComputerProfile = Get-SCPhysicalComputerProfile -ID "d1ce0773-4f50-4f12-a244-38a5a35c5326"
此命令會取得具有指定標識符的實體計算機配置檔,然後將它儲存在$PhysicalComputerProfile變數中。
範例 2:依名稱取得實體計算機配置檔
PS C:\> $PCP = Get-SCPhysicalComputerProfile -Name "Windows Server 2012 R2"
此命令會取得名為 Windows Server 2012 R2 的實體計算機配置檔,然後將它儲存在 $PCP 變數中。
參數
-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: | 0 |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-VMMServer
指定 VMM 伺服器物件。
類型: | ServerConnection |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
輸出
PhysicalComputerProfile
此 Cmdlet 會傳回 PhysicalComputerProfile 物件。