TestimoX

API Reference

Command

Get-CxUpdatesPending

Namespace ComputerX.PowerShell
Outputs
ComputerX.Updates.UpdateInfo

Returns updates that are currently pending installation on the local machine.

Examples

Authored help example

Example 1: Lists pending local updates before a maintenance window.

PS>


Get-CxUpdatesPending
        

Example 2: Filters the pending list to cumulative update packages.

PS>


Get-CxUpdatesPending | Where-Object Title -like '*Cumulative Update*'
        

Common Parameters

This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.

For more information, see about_CommonParameters.

Syntax

Get-CxUpdatesPending [<CommonParameters>]
#

Outputs

ComputerX.Updates.UpdateInfo