Machines are not reflecting in collections

Hi,

I have created a collection query to fetch computer name like %HTC%. There are around 100 machines starting with HTC. But only 10 is updated in collection.

What might be the reason for this?


Regards,

MTM

January 11th, 2014 1:46am

Hi,What do your query look like? do all the clients have the SCCM client installed and have reported hardwrae inventory?

You could paste your query here.

Regards,
Jrgen

Free Windows Admin Tool Kit Click here and download it now
January 11th, 2014 1:49am

select SMS_R_System.NetbiosName from SMS_R_System where SMS_R_System.NetbiosName like "%HTC%"

All machines are healthy.

Regards,

MTM

January 11th, 2014 1:56am

Hello,

If the machine names start with HTC, use "HTC%".

select SMS_R_System.NetbiosName from 
SMS_R_System where SMS_R_System.NetbiosName like "HTC%"

This will find all machines that start with HTC.

-Matt

Free Windows Admin Tool Kit Click here and download it now
January 11th, 2014 4:10am

What's the limiting collection set to?
January 11th, 2014 5:51am

Are these machines members of this collection's "Limiting Collection"?

Nash

Free Windows Admin Tool Kit Click here and download it now
January 12th, 2014 3:41am

Yes those machines are present in limiting collections.
January 13th, 2014 6:22am

Yes those machines are present in limiting collections.

Sorry, not sure if this is a typo or not, but there's no such thing as "limiting collections (plural)". Each collection can be limited by one and only one other limiting collection. Thus, I'll ask again, what is the limiting collection this collection and what is the membership of that limiting collection?
Free Windows Admin Tool Kit Click here and download it now
January 13th, 2014 1:37pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics