User McUser
New Member
- Messages
- 2
- Reaction score
- 0
- Points
- 1
Greetings! We have multiple collections on our MECM server for various Windows Build values to try and identify those devices in our environment that need upgrading. We use a query to control membership but in some cases, the query is quite clearly not including some devices that qualify.
For example, this is the query I'm using for 21H2:
If I compare that collection's membership with the all client devices collection, there are 14 PCs (all of which definitely show as having build 19044 in the MECM console) which do not end up in the collection using the query. I have forced multiple Hardware Inventory cycles on these PCs and tried a few variations on the query with no luck.
Any idea what the problem might be?
For example, this is the query I'm using for 21H2:
Code:
select * from SMS_R_System inner join SMS_G_System_OPERATING_SYSTEM on SMS_G_System_OPERATING_SYSTEM.ResourceId = SMS_R_System.ResourceId where SMS_G_System_OPERATING_SYSTEM.BuildNumber = "19044"
If I compare that collection's membership with the all client devices collection, there are 14 PCs (all of which definitely show as having build 19044 in the MECM console) which do not end up in the collection using the query. I have forced multiple Hardware Inventory cycles on these PCs and tried a few variations on the query with no luck.
Any idea what the problem might be?