Get-SCPXEServer
Gets a PXEServer object from the VMM database.
Syntax
Get-SCPXEServer
[-VMMServer <ServerConnection>]
[-ID <Guid>]
[<CommonParameters>]
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
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ID
Specifies the numerical identifier as a globally unique identifier, or GUID, for a specific object.
Type: | Guid |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-VMMServer
Specifies a VMM server object.
Type: | ServerConnection |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Outputs
PXEServer
This cmdlet returns a PXEServer object.