API Reference
Command
Get-CxUpdatesPending
Returns updates that are currently pending installation on the local machine.
Examples
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.