-
Notifications
You must be signed in to change notification settings - Fork 52
Remove HPOVPendingUpdate
Remove-HPOVPendingUpdate
Remove pending or staged appliance update.
Remove-HPOVPendingUpdate [[-ApplianceConnection] <Object>] [[-WhatIf] <SwitchParameter>] [[-Confirm] <SwitchParameter>] [<CommonParameters>]
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.
-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)
None. You cannot pipe objects to this Cmdlet.
None.
#### RELATED LINKS
- [Install-HPOVUpdate] (https://github.com/HewlettPackard/POSH-HPOneView/wiki/Install-HPOVUpdate)
-------------------------- 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.
Remove-HPOVPendingUpdate
Remove pending or staged appliance update.
Remove-HPOVPendingUpdate [[-WhatIf] <SwitchParameter>] [[-Confirm] <SwitchParameter>] [<CommonParameters>]
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.
-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)
None. You cannot pipe objects to this cmdlet.
None.
#### RELATED LINKS
- [Install-HPOVUpdate] (https://github.com/HewlettPackard/POSH-HPOneView/wiki/Install-HPOVUpdate)
-------------------------- EXAMPLE 1 -------------------------- PS C:\> Remove-HPOVPendingUpdate
Remove any found pending update on the appliance.