-
Notifications
You must be signed in to change notification settings - Fork 52
Get HPOVEulaStatus
Retrieve EULA status.
Get-HPOVEulaStatus [-Appliance] <String> [<CommonParameters>]
Determine if the EULA for the specified appliance needs to be accepted. This is typically called during First Time Setup of the appliance.
-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)
None. You cannot pipe objects to this Cmdlet.
System.Boolean True if the appliance requires the EULA to be accepted, otherwise False.
-------------------------- EXAMPLE 1 --------------------------PS C:\> Get-HPOVEulaStatus -appliance myappliance.acme.com
Get the EULA status from myappliance.acme.com
- [Set-HPOVEulaStatus] (https://github.com/HewlettPackard/POSH-HPOneView/wiki/Set-HPOVEulaStatus)
- [Connect-HPOVMgmt] (https://github.com/HewlettPackard/POSH-HPOneView/wiki/Connect-HPOVMgmt)
Retrieve EULA status.
Get-HPOVEulaStatus[ [-appliance] <appliance>] [<CommonParameters>]
Determine if the EULA for the specified appliance needs to be accepted. This is typically called during First Time Setup of the appliance.
-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)
None. You cannot pipe objects to this cmdlet.
System.Boolean True if the appliance requires the EULA to be accepted, otherwise False.
-------------------------- EXAMPLE 1 --------------------------PS C:\> Get-HPOVEulaStatus -appliance "myappliance.acme.com"
Get the EULA status from myappliance.acme.com
- [Set-HPOVEulaStatus] (https://github.com/HewlettPackard/POSH-HPOneView/wiki/Set-HPOVEulaStatus)
- [Connect-HPOVMgmt] (https://github.com/HewlettPackard/POSH-HPOneView/wiki/Connect-HPOVMgmt)