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!

SOLVED Query based Collection not Upgrading

  • Thread starter Thread starter janos98
  • Start date Start date
  • Replies Replies 6
  • Views Views 4K
Status
Not open for further replies.

janos98

Member
Messages
19
Solutions
1
Reaction score
1
Points
3
Hello Guys,

I have problem with a collection. It's doesn't refreshing any item from AD Group.
At this moment has got 7 member, but when I run the query it gives back much more..
So I think there is no problem with the query.

Update membership doesn't helped.

Any Idea?
 
Solution
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.SystemGroupName = "DomainYX\\Group_XY"
Did you refresh the membership? How Exactly did you create the collection? How exactly did you query it? What exactly does your query look like?
 
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.SystemGroupName = "DomainYX\\Group_XY"
 
Solution
It's an old collection and suddenly stopped working. when I run the query from the collection options it gives the right result.
 
Sorry guys, the servers have more collections, and they were in the exclusion list. Thank you for your help. I'am a beginner with SCCM. :)
 
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.SystemGroupName = "DomainYX\\Group_XY"
Keep in mind that this REQUIRES that the Heartbeat discovery is run on the computer BEFORE it will show up within this list.
 
Status
Not open for further replies.

Forum statistics

Threads
7,180
Messages
28,008
Members
18,313
Latest member
tedasdf

Trending content

Back
Top