Set HPOVEulaStatus - HewlettPackard/POSH-HPEOneView GitHub Wiki

HPE OneView 4.10 Library

Set-HPOVEulaStatus

Accept the EULA and set support access for the specified appliance.

SYNTAX

Set-HPOVEulaStatus [-Appliance] <Object> [-SupportAccess] <String> [<CommonParameters>]

Detailed Description

Accept the EULA and set support access for the specified appliance.

Parameters

-Appliance <Object>

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

Aliases None
Required? true
Position? 0
Default value
Accept pipeline input? false
Accept wildcard characters?    False

-SupportAccess <String>

Set to "yes" to allow HP suport access to the appliance, otherwise set to "no".

Aliases None
Required? true
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.Management.Automation.PSCustomObject

Version and current support access state

Examples

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

Set-HPOVEulaStatus -Appliance appliance.contoso.com -supportAccess "yes"

Connects to a specific appliance, accepting the EULA and enable Support Access.

Related Links


Top

HPE OneView 4.00 Library

Set-HPOVEulaStatus

Accept the EULA and set support access for the specified appliance.

SYNTAX

Set-HPOVEulaStatus [-Appliance] <Object> [-SupportAccess] <String> [<CommonParameters>]

Detailed Description

Accept the EULA and set support access for the specified appliance.

Parameters

-Appliance <Object>

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

Aliases None
Required? true
Position? 0
Default value
Accept pipeline input? false
Accept wildcard characters?    False

-SupportAccess <String>

Set to 'yes' to allow HP suport access to the appliance, otherwise set to 'no'.

Aliases None
Required? true
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.Management.Automation.PSCustomObject

Version and current support access state

Examples

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

Set-HPOVEulaStatus -Appliance appliance.contoso.com -supportAccess "yes"

Connects to a specific appliance, accepting the EULA and enable Support Access.

Related Links


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