Get-OVEulaStatus
Syntax
Description
The appliance has a EULA (End-User License agreement) that you must accept before using the appliance for the first time.
This Cmdlet supports an unauthenticated request. If attempting to get the EULA status of an appliance not yet configured, provide the IP Address or FQDN of the appliance. A temporary ApplianceConnection will be created then removed in the ${Global:ConnectedSessions} tracker.
Info
Minimum required privileges: None
Examples
Example 1
Get-OVEulaStatus -Appliance myappliance.domain.com
Appliance Accepted
--------- --------
myappliance.domain.com False
Get the EULA status from [myappliance.domain.com]
Example 2
$Connection = Connect-OVMgmt -Appliance myappliance.domain.com -Username Administrator -Password MyPassw0rd
Get-OVEulaStatus -Appliance $Connection
Appliance Accepted
--------- --------
myappliance.domain.com False
Connect to an appliance, then get the EULA status from [myappliance.domain.com]
Parameters
-Appliance <Object>
The FQDN, IP Address or [HPEOneView.Appliance.Connection] of an HPE OneView appliance must be provided.
| Aliases | None |
|---|---|
| Required? | True |
| Position? | Named |
| 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
Object that returns the Appliance Name and if the EULA has been accepted with a boolean "Accepted" property.