Skip to content

Get-OVServerProfileMessage

Syntax

Get-OVServerProfileMessage
    [-InputObject <Object>]
    [-ApplianceConnection <Object>]
    [<CommonParameters>]

Description

Use this Cmdlet to display alert or other activity messages that are not tracked as Alerts or Tasks. For instance, failed Connection will be reported as a Server Profile Message. Firmware update status (using HPSUT) wil be displayed as messages.

Examples

Example 1

Get-OVServerProfile MyProfile | Get-OVServerProfileMessage

Display the Server Profile messages for the provided resource.

Parameters

-InputObject <Object>

The Server Profile resource object.

Aliases ServerProfile
Required? True
Position? Named
Default value
Accept pipeline input?
Accept wildcard characters? False

-ApplianceConnection <Object>

Specify one or more [HPEOneView.Appliance.Connection] object(s) or Name property value(s).

Aliases Appliance
Required? True
Position? Named
Default value (${Global:ConnectedSessions} | ? Default)
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 (http://go.microsoft.com/fwlink/?LinkID=113216)

Input Types

Server Profile resource object from Get-OVServerProfile

Return Values

Server Profile message object.

Server Profile message object.