I have a collection called "Non-Approved Clients" that shows me just that. I use this to make approving clients easier.
Recently I approved 4 laptops named "GD-Cart1-05", "-06", "-09" and "-12".
These show up in the collection "All Systems" as assigned to the correct site code with an approved client.
The DO NOT show up (even after a collection update and refresh in a collection called "1 - Glendaal". That collection is based on the following query:
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_SYSTEM on SMS_G_System_SYSTEM.ResourceId = SMS_R_System.ResourceId where SMS_G_System_SYSTEM.Name like "GD-%"
Originally the colletion query was not limited. So I tried limiting it to "All Approved Systems" and "All Systems" in an attempt to solve the issue. No joy.
Any ideas on what is causing this? I'm also wondering if this is isolated or if I have other collections with the same issue.