TestimoX

API Reference

Command

Get-CxPatchSummary

Namespace ComputerX.PowerShell
Outputs
ComputerX.PatchDetails.PatchDetailsSummary

Returns an MSRC patch summary for a product and release month.

Examples

Authored help example

Example 1: Returns the latest available summary for Windows Server 2025.

PS>


Get-CxPatchSummary -Latest -Product 'Windows Server 2025'
        

Example 2: Shows the March 2026 summary for .NET 8 updates.

PS>


Get-CxPatchSummary -Month 2026-03 -Product '.NET 8'
        

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-CxPatchSummary [-Month <string>] [-Product <string>] [-Latest] [<CommonParameters>]
#

Parameters

Month string optionalposition: 0pipeline: false
Month to summarize in yyyy-MM or yyyy-MMM format. Ignored when Latest is specified.
Product string optionalposition: 1pipeline: false
Product hint used to normalize the MSRC product family and version. Examples include Windows Server 2025, Windows 11, .NET 8, or SQL Server 2022.
Latest SwitchParameter optionalposition: namedpipeline: false
Requests the newest month for which MSRC data is available for the selected product.

Outputs

ComputerX.PatchDetails.PatchDetailsSummary