Forums on Intune, SCCM, and Windows 11

Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!

New MECM Build, Device Collections not showing devices

bill.fry

Member
Messages
6
Reaction score
0
Points
1
I just built a new MECM server and updated it to version 2509.

I imported an older Device Collection script to make collections. The Windows Server 2012/2012R2 did find the 4 servers that I have but for 2019, 2022 and 2025, nothing is showing.

Here are some queries that I have tried:

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 inner join SMS_G_System_OPERATING_SYSTEM on SMS_G_System_OPERATING_SYSTEM.ResourceID = SMS_R_System.ResourceId where SMS_G_System_OPERATING_SYSTEM.Version = "10.0.20348"

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 inner join SMS_G_System_OPERATING_SYSTEM on SMS_G_System_OPERATING_SYSTEM.ResourceID = SMS_R_System.ResourceId where SMS_R_System.OperatingSystemNameandVersion like "%Server 10%" and SMS_G_System_OPERATING_SYSTEM.BuildNumber = "20348"

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 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 = "20348"

I even tried one using the OS Name.

The limiting Collection used is Servers | All which shows 97. I also changed it back to All Systems, but to no avail.

All the boundries and boundry groups are set.
1770317895636.png
 
I had seen this problem in my setup before. If its a new environment, make sure the discovery methods have been initiated correctly. If the devices don't send the data to SCCM, you cannot retrieve it when you create collection.
 
I had seen this problem in my setup before. If its a new environment, make sure the discovery methods have been initiated correctly. If the devices don't send the data to SCCM, you cannot retrieve it when you create collection.
Discovery Methods are good. It is showing all the devices under Assets and Compliance Blade>Devices.
 

Forum statistics

Threads
7,175
Messages
27,998
Members
18,302
Latest member
Marda

Latest posts

Trending content

Back
Top