Get-SCCPUType

Gets CPU object types for use in virtual machines, or for use in templates or hardware profiles used to create virtual machines.

Description

The Get-SCCPUType cmdlet gets types of CPU objects that are available for use in virtual machines, or for use in templates or hardware profiles used to create virtual machines, in a System Center Virtual Machine Manager (VMM) environment. The type of CPU is one of the factors that the VMM placement process uses to determine which hosts (among all available hosts) are suitable for a specific virtual machine.

For more information about Get-SCCPUType, type: "Get-Help Get-SCCPUType -online".

Parameters

ID

Required? false
Accept Pipeline Input? false
Position? named
Specifies the numerical identifier (as a globally unique identifier, or GUID) for a specific object.

VMMServer

Required? false
Accept Pipeline Input? true (ByValue)
Position? named
Specifies a VMM server object.

Examples

1: Get all available processor types.
PS C:\> Get-SCCPUType -VMMServer "VMMServer01.Contoso.com"
This command gets all available CPU object types on VMMServer01, formats the information about each CPU type in a list, and then displays this information to the user.

See Also