Skip to content

Get HPOVPendingUpdate

Chris Lynch edited this page Apr 22, 2016 · 35 revisions

HP OneView 200 Library

NAME

Get-HPOVPendingUpdate

SYNOPSIS

Verify pending appliance update has been staged.

SYNTAX

 Get-HPOVPendingUpdate [[-ApplianceConnection] <Array>]  [<CommonParameters>]

DESCRIPTION

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.

PARAMETERS

-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)

INPUTS

None. You cannot pipe objects to this Cmdlet.

OUTPUTS

HPOneView.Appliance.Update.Pending [System.Management.Automation.PSCustomObject]

Pending appliance update.

#### RELATED LINKS

EXAMPLES

-------------------------- EXAMPLE 1 --------------------------
        
PS C:\> Get-HPOVPendingUpdate

Retrieve pending update from all connected appliance sessions.


Wiki Table of Contents

Clone this wiki locally