Documentation Index
Fetch the complete documentation index at: https://mintlify.com/HewlettPackard/POSH-HPEOneView/llms.txt
Use this file to discover all available pages before exploring further.
Synopsis
Returns information about a pending HPE OneView appliance software update that has been uploaded and staged but not yet installed.Syntax
Description
Get-OVPendingUpdate queries the appliance for any software update that has been staged via Install-OVUpdate -Stage but not yet applied. If a pending update exists, it returns an HPEOneview.Appliance.Update.Pending object containing the update file name, version, and related metadata.
This cmdlet is distinct from firmware baseline operations. It applies exclusively to the HPE OneView management appliance software itself — not to the firmware on managed servers or enclosures.
If no pending update is found, the cmdlet returns nothing (an empty result).
Parameters
Specify one or more appliance connection objects or hostnames. Defaults to the default connected appliance (
$Global:ConnectedSessions | Where-Object Default).Aliases: ApplianceExamples
Check for a pending update
Check a specific appliance
Check and install if a pending update exists
View the pending update details
Output
HPEOneview.Appliance.Update.Pending
Returned when a staged update is found. Notable properties:
| Property | Description |
|---|---|
fileName | File name of the staged update package |
version | Version string of the pending update |