Skip to content

Get HPOVEulaStatus

Chris Lynch edited this page Jul 25, 2016 · 40 revisions

HPE OneView 2.00 Library

Get-HPOVEulaStatus

Retrieve EULA status.

SYNTAX

Get-HPOVEulaStatus [-Appliance] <String> [<CommonParameters>]

Detailed Description

Determine if the EULA for the specified appliance needs to be accepted. This is typically called during First Time Setup of the appliance.

Parameters

-Appliance <String>

The FQDN or IP Address of an HPE OneView appliance must be provided.

Aliases None
Required? true
Position? 0
Default value
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

System.Boolean True if the appliance requires the EULA to be accepted, otherwise False.

Examples

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

PS C:\> Get-HPOVEulaStatus -appliance myappliance.acme.com

Get the EULA status from myappliance.acme.com

Related Links

HPE OneView 1.20 Library

Get-HPOVEulaStatus

Retrieve EULA status.

SYNTAX

Get-HPOVEulaStatus[ [-appliance] <appliance>] [<CommonParameters>]

Detailed Description

Determine if the EULA for the specified appliance needs to be accepted. This is typically called during First Time Setup of the appliance.

Parameters

-appliance <appliance>

The hostname or IP address of the HP OneView appliance. If not specified, a connection must already be established with Connect-HPOVMgmt.

Aliases None.
Required? false
Position? 1
Default value
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

System.Boolean True if the appliance requires the EULA to be accepted, otherwise False.

Examples

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

PS C:\> Get-HPOVEulaStatus -appliance "myappliance.acme.com"

Get the EULA status from myappliance.acme.com

Related Links

Wiki Table of Contents

Clone this wiki locally