Set Custom Severity for Software Updates in SCCM

Set Custom Severity for Software Updates in SCCM

Last Updated

March 30, 2026

Posted In

In this guide, I will show you how to set custom severity for software updates in SCCM. This feature can be necessary if the predefined severity values don’t meet your needs.

By default, the custom severity value of an update is set to None. In the properties for a software update, you can use the Custom Severity tab to configure custom severity values. The available values include Low, Moderate, Important, and Critical.

Once you have configured the custom severity value of your software updates, you can then sort the updates by those values and can also create queries & reports that can filter on these values. An important thing to remember is you can configure this setting only on the central administration site or stand-alone primary site.

Install and Update Third Party Applications with Patch My PC
Install and Update Third Party Applications with Patch My PC

Set Custom Severity for Software Updates

Open the Configuration Manager console and navigate to Software Library > Software Updates > All Software Updates. Right-click a software update and select Properties.

Set Custom Severity for Software Updates in SCCM
Set Custom Severity for Software Updates in SCCM

In the Properties window of the update, switch to the Custom Severity tab. Click the drop-down and choose the required severity level. Click OK to save the changes.

Set Custom Severity for Software Updates in SCCM
Set Custom Severity for Software Updates in SCCM

The custom values are listed in the Custom Severity column in the Configuration Manager console. To see that value, in the display pane, right-click the heading of one of the columns, then select Custom Severity to add that column to the display.

Sort Software Updates with Custom Severity
Sort Software Updates with Custom Severity

Apart from the console, you can check the custom severity of a software update using PowerShell. Launch the console and connect to PowerShell session. In the below command, specify the exact name of the software update and execute the command.

Get-CMSoftwareUpdate -Name "Software Update Name" | Select-Object CustomSeverityName, CustomSeverity, LastModifiedBy

The output shows the custom severity of the update, including who modified the properties of the software update. For additional help on the using the Get-CMSoftwareUpdate cmdlet, I recommend updating the PS help content for Configuration Manager.

check the custom severity of a software update using PowerShell
check the custom severity of a software update using PowerShell

References

Leave a Reply

Your email address will not be published. Required fields are marked *

Prajwal Desai

Prajwal Desai is a highly accomplished technology expert and an 11-time Dual Microsoft MVP (Most Valuable Professional), specializing in Microsoft Intune, SCCM, Windows 365, Enterprise Mobility, and Windows. As a renowned author, speaker, and community leader, he is widely recognized for sharing his in-depth expertise and insights through his blog, YouTube channel, conferences, webinars, and other platforms.