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
Technology Tips and News
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
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
select SMS_R_System.NetbiosName from SMS_R_System where SMS_R_System.NetbiosName like "%HTC%"
All machines are healthy.
Regards,
MTM
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
Are these machines members of this collection's "Limiting Collection"?
Nash
Yes those machines are present in limiting collections.