API Reference
Command
Get-CxPatchSummary
Returns an MSRC patch summary for a product and release month.
Examples
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
- Month to summarize in yyyy-MM or yyyy-MMM format. Ignored when Latest is specified.
- Product string
- 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
- Requests the newest month for which MSRC data is available for the selected product.
Outputs
ComputerX.PatchDetails.PatchDetailsSummary