Get HPOVLoginMessage - HewlettPackard/POSH-HPEOneView GitHub Wiki

HPE OneView 4.10 Library

Get-HPOVLoginMessage

Get appliancce Login Message.

SYNTAX

Get-HPOVLoginMessage [-ApplianceConnection] <Object> [<CommonParameters>]

Detailed Description

Retreive the current Login Message for the connected appliance(s).

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? false
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

None. You cannot pipe objects to this Cmdlet.

Return Values

HPOneView.Appliance.LoginMessage

If successful, returns a resource

Examples

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

Get-HPOVLoginMessage Appliance : hpov1.domain.com Message : ************************************ ***** WARNING ******** ************************************ This management appliance is a company owned asset and provided for the exclusive use of authorized personnel. Unauthorized use or abuse of this system may lead to corrective action including termination, civil and/or criminal penalties. Acknowledge : True Appliance : hpov2.domain.com Message : ************************************ ***** WARNING ******** ************************************ This management appliance is a company owned asset and provided for the exclusive use of authorized personnel. Unauthorized use or abuse of this system may lead to corrective action including termination, civil and/or criminal penalties. Acknowledge : False

Get the Login Message from all connected appliances.

Related Links


Top

HPE OneView 4.00 Library

Get-HPOVLoginMessage

Get appliancce Login Message.

SYNTAX

Get-HPOVLoginMessage [-ApplianceConnection] <Object> [<CommonParameters>]

Detailed Description

Retreive the current Login Message for the connected appliance(s).

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? false
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

None. You cannot pipe objects to this Cmdlet.

Return Values

HPOneView.Appliance.LoginMessage

If successful, returns a resource

Examples

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

Get-HPOVLoginMessage Appliance : hpov1.domain.com Message : ************************************ ***** WARNING ******** ************************************ This management appliance is a company owned asset and provided for the exclusive use of authorized personnel. Unauthorized use or abuse of this system may lead to corrective action including termination, civil and/or criminal penalties. Acknowledge : True Appliance : hpov2.domain.com Message : ************************************ ***** WARNING ******** ************************************ This management appliance is a company owned asset and provided for the exclusive use of authorized personnel. Unauthorized use or abuse of this system may lead to corrective action including termination, civil and/or criminal penalties. Acknowledge : False

Get the Login Message from all connected appliances.

Related Links


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