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!

PENDING Classification of computers in collections

  • Thread starter Thread starter juannabis
  • Start date Start date
  • Replies Replies 5
  • Views Views 719

juannabis

Well-Known Member
Messages
96
Solutions
1
Reaction score
0
Points
6
How can I make computers go fast to their collections?
My computers take a long time to go to the collection that corresponds to them.

Schedule a full update on the collection? I have 7 days.

Thank you.
 
Hw do you have each of your collection define. e.g. what is the query? what are they limited too?
 
Hello,

The query is based in computer name and domain name.

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.FullDomainName = "ALUMNOS.URJC.ES" and (SMS_R_System.SystemOUName = "ALUMNOS.URJC.ES/CS" or SMS_R_System.SystemOUName = "ALUMNOS.URJC.ES/MICROINFORMATICA") and SMS_R_System.Name like "A%-%"
order by
SMS_R_System.Name

Thank you.
 
So OU details will come from Heartbeat discovery. How often are you doing it?
How often are you updating the membership?
 
Hello,
My heartbeat discovery is 1 day.
My updating the membership is 1 day.

Thank you.
 

Attachments

  • scheduling.jpg
    scheduling.jpg
    30.9 KB · Views: 0
Back
Top