Skip to content

Remove HPOVPendingUpdate

Chris Lynch edited this page Jun 25, 2016 · 38 revisions

HP OneView 200 Library

NAME

Remove-HPOVPendingUpdate

SYNOPSIS

Remove pending or staged appliance update.

SYNTAX

 Remove-HPOVPendingUpdate [[-ApplianceConnection] <Object>] [[-WhatIf] <SwitchParameter>] [[-Confirm] <SwitchParameter>]  [<CommonParameters>]

DESCRIPTION

Remove a pending or staged appliance update that prevents the appliance from operating normally or the administrator would like to update the appliance with a different update file.

PARAMETERS

-ApplianceConnection [<Object>]

Aliases [-Appliance] 

Specify one or more HPOneView.Appliance.Connection object(s) or Name property value(s).

Default Value: ${Global:ConnectSessions} | ? Default

Aliases None
Required? false
Position? named
Default value (${Global:ConnectedSessions} | ? Default)
Accept pipeline input? false
Accept wildcard characters?    false

-WhatIf [<SwitchParameter>]

Aliases None
Required? false
Position? named
Default value <none>
Accept pipeline input? false
Accept wildcard characters?    false

-Confirm [<SwitchParameter>]

Aliases None
Required? false
Position? named
Default value <none>
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

None.

#### RELATED LINKS

EXAMPLES

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

Remove any found pending update any connectioned appliances.

-------------------------- EXAMPLE 2 --------------------------
        
PS C:\> Remove-HPOVPendingUpdate

Remove any found pending update specified appliance connection.


HP OneView 120 Library

NAME

Remove-HPOVPendingUpdate

SYNOPSIS

Remove pending or staged appliance update.

SYNTAX

 Remove-HPOVPendingUpdate [[-WhatIf] <SwitchParameter>] [[-Confirm] <SwitchParameter>]  [<CommonParameters>]

DESCRIPTION

Remove a pending or staged appliance update that prevents the appliance from operating normally or the administrator would like to update the appliance with a different update file.

PARAMETERS

-WhatIf [<SwitchParameter>]

Aliases None
Required? false
Position? named
Default value <none>
Accept pipeline input? false
Accept wildcard characters?    false

-Confirm [<SwitchParameter>]

Aliases None
Required? false
Position? named
Default value <none>
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

None.

#### RELATED LINKS

EXAMPLES

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

Remove any found pending update on the appliance.


Wiki Table of Contents

Clone this wiki locally