Get-SCPXEServer

Gets a PXEServer object from the VMM database.

Description

The Get-SCPXEServer cmdlet gets one or more PXEServer objects from the System Center Virtual Machine Manager (VMM) database.

For information about adding a PXEServer object to VMM, type: "Get-Help Add-SCPXEServer -detailed".

For more information about Get-SCPXEServer, type: "Get-Help Get-SCPXEServer -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.

ComputerName

Required? false
Accept Pipeline Input? false
Position? named
Specifies the name of a computer that VMM can uniquely identify on your network. Valid formats are: FQDN, IPv4 or IPv6 address, or NetBIOS name.

NOTE: See the examples for a specific cmdlet to determine how that cmdlet specifies the computer name.

VMMServer

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

Examples

1: Retrieve a PXE server by its FQDN.
PS C:\> Get-SCPXEServer -ComputerName “WDSServer01.Contoso.com”
This command gets the PXE server named WDSServer01.

See Also