Share via


Get-SCPXEServer

Gets a PXEServer object from the VMM database.

Syntax

ID (Default)

Get-SCPXEServer
    [-VMMServer <ServerConnection>]
    [-ID <Guid>]
    [<CommonParameters>]

Name

Get-SCPXEServer
    [-VMMServer <ServerConnection>]
    [-ComputerName <String>]
    [<CommonParameters>]

Description

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

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

Examples

Example 1: Retrieve a PXE server by its FQDN

PS C:\> Get-SCPXEServer -ComputerName "WDSServer01.Contoso.com"

This command gets the PXE server named WDSServer01.

Parameters

-ComputerName

Specifies the name of a computer that VMM can uniquely identify on your network. The acceptable values for this parameter are:

  • FQDN
  • IPv4 or IPv6 address
  • NetBIOS name

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

Name
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-ID

Specifies the numerical identifier as a globally unique identifier, or GUID, for a specific object.

Parameter properties

Type:Guid
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

ID
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-VMMServer

Specifies a VMM server object.

Parameter properties

Type:ServerConnection
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Outputs

PXEServer

This cmdlet returns a PXEServer object.