-
Notifications
You must be signed in to change notification settings - Fork 52
Get HPOVPendingUpdate
Get-HPOVPendingUpdate
Verify pending appliance update has been staged.
Get-HPOVPendingUpdate [[-ApplianceConnection] <Array>] [<CommonParameters>]
Use this Cmdlet to validate a pending update has been staged on an appliance. If one is present, the update details will be returned to the caller.
-ApplianceConnection [<Array>]
Aliases [-Appliance]
Specify one or more HPOneView.Appliance.Connection object(s) or Name property value(s).
Default Value: ${Global:ConnectSessions}
Aliases | None |
Required? | false |
Position? | named |
Default value | ${Global:ConnectedSessions} |
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.
HPOneView.Appliance.Update.Pending [System.Management.Automation.PSCustomObject]
Pending appliance update.
#### RELATED LINKS
- [Remove-HPOVPendingUpdate] (/~https://github.com/HewlettPackard/POSH-HPOneView/wiki/Remove-HPOVPendingUpdate)
- [Install-HPOVUpdate] (/~https://github.com/HewlettPackard/POSH-HPOneView/wiki/Install-HPOVUpdate)
-------------------------- EXAMPLE 1 -------------------------- PS C:\> Get-HPOVPendingUpdate
Retrieve pending update from all connected appliance sessions.