Jump to content


  • 0
maktoum

Collection not working propebly

Question

Dear All

 

I created collection to show me all clients that HAVE NOT Adobe Reader 9.1.1 in the Add/Remove Programs as the attached document. I search by product id and display name but the result not accurate, I found some clients in the collection have Adobe Reader 9.1.1, I don't know why?? :blink: so please is there are anybody here have idea how to solve that issue.

 

thanks

:)

post-2474-12513567597437_thumb.jpg

Share this post


Link to post
Share on other sites

1 answer to this question

Recommended Posts

  • 0

try this one

 

collection Name = AD Security Group Member and Adobe Reader 8.1.3 NOT installed

 

Query

 

select SYS.ResourceID,SYS.ResourceType,SYS.Name,SYS.SMSUniqueIdentifier,SYS.ResourceDomainORWorkgroup,SYS.Client from SMS_R_System as sys where sys.ResourceId not in (SELECT ARP.ResourceID FROM SMS_G_System_ADD_REMOVE_PROGRAMS AS ARP WHERE ARP.DisplayName = "Adobe Reader 8.1.3" AND ARP.Version = "8.1.3") and sys.SystemGroupName = "sccm2007\\Adobe Reader Users"

 

The above query will show all members of an active directory group called Adobe Reader Users who do NOT have Adobe Reader 8.1.3

 

obviously change the query to suit your domain/ad sec group and program name/version

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.