< Back

Get-HPESysInfoManagementProcessor

Tue Jan 14, 2020 2:25 am

NAME Get-HPESysInfoManagementProcessor



SYNOPSIS

Get information about Management Processor.





SYNTAX

Get-HPESysInfoManagementProcessor [[-Username] <String>] [[-Password] <String>] [<CommonParameters>]



Get-HPESysInfoManagementProcessor [-Credential <PSCredential>] [<CommonParameters>]





DESCRIPTION

Get information about Management Processor including its name, state (Enabled/Disabled), firmware version, active

licence type, license key, and network information related to the management processor.





PARAMETERS

-Credential [<PSCredential>]

Holds the target iLO Credential in a secure manner. This parameter is required when the iLO security is

enabled.



ParameterSetName: CredentialSet



Required? false

Position? named

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-Username [<String>]

Username to log onto the target iLO. Username needs to be provided as an input along with Password. This

parameter is required when the iLO security is enabled.



ParameterSetName: UsernamePasswordSet



Required? false

Position? 0

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-Password [<String>]

Password to log onto the target iLO. Password needs to be provided along with Username. This parameter is

required when the iLO security is enabled.



ParameterSetName: UsernamePasswordSet



Required? false

Position? 1

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

None







OUTPUTS

System.Object







NOTES

Status



The value returned in the "Status" property reflects the data retrieval operation of a cmdlet. It does not

reflect the component status. When a cmdlet returns ???????Status: Error??????? or ???????Status: Warning???????, it indicates that

the operation to retrieve the data was not successful. The ???????StatusInfo??????? message specifies the reason for the

data retrieval operation failure. If the data retrieval operation is successful, "Status: OK" is returned for

the cmdlet, and the component status is displayed in the Health property and/or other properties of the PS

object.



EXAMPLE 1



Get an object of the Get-HPESysInfoManagementProcessor and show the overall information.PS C:\\> $manp =

Get-HPESysInfoManagementProcessor -Username username -Password password

PS C:\\> $manp | fl





LICENSESERVICE : {@{ActiveLicenseType=Perpetual; LicenseKey=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX}}

ETHERNETINTERFACES : {@{HostName=abc1; URL=abc1.domain.com; IPv4AddressGatewaySubnetmask=;

IPv6Address=;

ipv6LinkLocalPrefixLengthAndAddressSourceAndState=System.Object[]; MACAddress=;

Duplex=True; Speed=1000},

@{HostName=abc1; URL=abc1.; IPv4AddressGatewaySubnetmask=; IPv6Address=Not

Available;

ipv6LinkLocalPrefixLengthAndAddressSourceAndState=Not Available; MACAddress=;

Duplex=False; Speed=Not Available}}

Name : iLO 5 v1.20 pass 27

State : @{State=Enabled}

FirmwareVersionAndReleaseDate : @{Current=System.Collections.Generic.List`1[System.Object]}

Status : OK





EXAMPLE 2



Get an object of the Get-HPESysInfoManagementProcessor and show its current firmware version and release date.PS

C:\\> $manp = Get-HPESysInfoManagementProcessor -Credential $credential

PS C:\\> $manp.FirmwareVersionAndReleaseDate.Current | fl



BuildNumber : 59

BuildNumberString : 59

Date : Apr 10 2017

DebugBuild : False

MajorVersion : 1

MinorVersion : 10

Time :

VersionString : iLO 5 v1.10





EXAMPLE 3



Get an object of the Get-HPESysInfoManagementProcessor and show the IPv4 information of one of its ethernet

interfaces.PS C:\\> $manp = Get-HPESysInfoManagementProcessor

PS C:\\> $manp.ETHERNETINTERFACES[0].IPv4AddressGatewaySubnetmask



Address AddressOrigin Gateway SubnetMask

------- ------------- ------- ----------

10.10.10.10 DHCP 10.10.10.1 255.255.0.0







RELATED LINKS

http://www.hpe.com/servers/powershell