After the Configuration Manager 2403 site upgrade, you must update clients to the most recent version. The SCCM 2403 client version is 5.00.9128.1005, and you can gather all computers that are running older versions with the query provided in this article.
To take full advantage of the new Configuration Manager features, after you update the site, you must update clients to the latest version. Both Windows 10 and Windows 11 are compatible with the latest agent version.
Upgrading the clients to the latest version can be either done manually or you can use the automatic client upgrade feature located under the site hierarchy settings.
WQL Query for SCCM 2403 Clients
You can use the query below to find clients that have not been updated to the latest version of the 2403 version.
select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client from SMS_R_System where SMS_R_System.ClientVersion != '5.00.9128.1005'
Create a Device Collection for SCCM 2403
- Launch the Configuration Manager console. Go to Assets and Compliance and select Device Collections.
- Right-click the “Device Collections” node and select the option “Create Device Collection“.
- Specify the device collection name, choose the limiting collection and click Next.
- On the Membership Rules window, click Add Rule and from the drop-down, select Query Rule. In the Query Rule Properties box, enter the query name and click Edit Query Statement.
- Select the Criteria tab. Click Show query language and enter the SCCM 2403 query. Click OK twice. Complete the remaining steps and then close the Create Collection Wizard.
After completing the above steps, wait for a few minutes while the collection is updated. You should find all the Windows computers that are not running the latest agent version, which is 5.00.9128.1005.
To view the computers that are running the older version of SCCM agent, right-click the SCCM 2403 device collection and select Show members. The console now lists those devices.
What’s the next step? Once you find out the devices that are not running the latest client version, ensure they are online and manually install the ConfigMgr client on the collection. If you have enabled the automatic client upgrade, the agents should be updated when the devices are online.