Get-SCVMHostProfile

Gets a host profile.

Description

The Get-SCVMHostProfile cmdlet gets one or more host profiles.

For more information about Get-SCVMHostProfile, type: "Get-help Get-SCVMHostProfile -online".

Parameters

All

Required? false
Accept Pipeline Input? false
Position? named
Retrieves a full list of all subordinate objects independent of the parent object. For example, the command Get-SCVirtualDiskDrive -All retrieves all virtual disk drive objects regardless of the virtual machine object or template object that each virtual disk drive object is associated with.

VMMServer

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

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.

Name

Required? false
Accept Pipeline Input? false
Position? 0
Specifies the name of a VMM object.

VMMServer

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

Examples

1: Get all host profiles.
PS C:\> Get-SCVMHostProfile
This command returns information about all host profiles in the VMM library.
2: Get a host profile by its name.
PS C:\> Get-SCVMHostProfile -Name "HostProfile01"
This command returns information about the host profile named HostProfile01.

See Also