Get HPOVServerProfileMessage - HewlettPackard/POSH-HPEOneView GitHub Wiki

HPE OneView 4.10 Library

Get-HPOVServerProfileMessage

Display Server Profile alert messages.

SYNTAX

Get-HPOVServerProfileMessage [-ServerProfile] <Object> [-ApplianceConnection] <Object> [<CommonParameters>]

Detailed 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.

Parameters

-ApplianceConnection <Object>

Aliases [-Appliance]

Specify one or more HPOneView.Appliance.Connection object(s) or Name property value(s).

Default Value: ${Global:ConnectedSessions} | ? Default

Aliases Appliance
Required? true
Position? named
Default value (${Global:ConnectedSessions} | ? Default)
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters?    False

-ServerProfile <Object>

The Server Profile resource object.

Aliases None
Required? true
Position? named
Default value
Accept pipeline input? true (ByValue)
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

HPOneView.ServerProfile [System.Management.Automation.PSCustomObject]

Server Profile resource object from Get-HPOVServerProfile

Return Values

HPOneView.ServerProfileMessage [System.Management.Automation.PSCustomObject]

Server Profile message object.

System.Collections.ArrayList <HPOneView.ServerProfileMessage>

Server Profile message object.

Examples

 -------------------------- EXAMPLE 1 --------------------------

Get-HPOVServerProfile MyProfile | Get-HPOVServerProfileMessage

Display the Server Profile messages for the provided resource.

Related Links


Top

HPE OneView 4.00 Library

Get-HPOVServerProfileMessage

Display Server Profile alert messages.

SYNTAX

Get-HPOVServerProfileMessage [-ServerProfile] <Object> [-ApplianceConnection] <Object> [<CommonParameters>]

Detailed 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.

Parameters

-ApplianceConnection <Object>

Aliases [-Appliance]

Specify one or more HPOneView.Appliance.Connection object(s) or Name property value(s).

Default Value: ${Global:ConnectedSessions} | ? Default

Aliases Appliance
Required? true
Position? named
Default value (${Global:ConnectedSessions} | ? Default)
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters?    False

-ServerProfile <Object>

The Server Profile resource object.

Aliases None
Required? true
Position? named
Default value
Accept pipeline input? true (ByValue)
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

HPOneView.ServerProfile [System.Management.Automation.PSCustomObject]

Server Profile resource object from Get-HPOVServerProfile

Return Values

HPOneView.ServerProfileMessage [System.Management.Automation.PSCustomObject]

Server Profile message object.

System.Collections.ArrayList <HPOneView.ServerProfileMessage>

Server Profile message object.

Examples

 -------------------------- EXAMPLE 1 --------------------------

Get-HPOVServerProfile MyProfile | Get-HPOVServerProfileMessage

Display the Server Profile messages for the provided resource.

Related Links


Top
⚠️ **GitHub.com Fallback** ⚠️