Jump to content


UserInterface

Having trouble deploying software through AD\Collections

Recommended Posts

I have followed the pinned guide but am still having issues,

 

I am trying to deploy some fonts out to some remote users and thought it would be a good time to get used to SCCM.

 

I created a group in AD FormataFonts

I added my exe as a software package and set up the distribution points

I created a collection and changed the membership rules query to

"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 = "domain.com//FormataFonts" 

 

I also tried

"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 = "domain.com/company/AU/Groups/FormataFonts"

 

However nothing shows up in the collection.

 

I have added one computer to the group for now (mine)

 

Can anyone help with this?

Share this post


Link to post
Share on other sites

Hi,

Have you enabled AD system Group Discovery? Have you make sure it has run succefully?

If you right-click your computername in all systems and view properties, do you see the group listed then?

 

I would start by checking that.

Regards,

Jörgen

Share this post


Link to post
Share on other sites

I think your slashes are backwards. When I look at my queries they show up as

 

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 = "domain\\Group Name x86....."

 

Also, make sure you aren't including that quotation mark ahead of your select statement.

Share this post


Link to post
Share on other sites

Hi,

Have you enabled AD system Group Discovery? Have you make sure it has run succefully?

If you right-click your computername in all systems and view properties, do you see the group listed then?

 

I would start by checking that.

Regards,

Jörgen

 

No...

I see heaps of information about my computer but nothing that shows the actual group name.

 

There is "Primary Group ID" but I believe that is unrelated.

 

How can I make sure that "Active Directory Security Group Discovery" run correctly?

 

I have it set to "Local Domain" and "Recursive & Include Nested Groups" are both ticked.

Share this post


Link to post
Share on other sites

So I finally found "Queries" and ran "All active directory security groups" and inside there I can see my group that I created for the fonts.

Even with knowing SCCM can find the group there is still nothing showing up in my collection. I also tried with my slashes around the other way as per BB24's suggestion..

Share this post


Link to post
Share on other sites

To rule out a WQL problem, have you created the query using the query "wizard" specifically around the SMS_R_System.SystemGroupName value? In other words select the properties of your query, select the edit query statement..., select the criteria tab, and select the New criteria icon. It should pop-up the Criterion Properties screen. Criterion Type = Simple value. Press the Select...button and select the Attibute class as System Resource and Attibute as System Group Name. Ok out and select the Value... button which should show the AD Groups available.

Share this post


Link to post
Share on other sites

I am assuming your clients are Win 7 64-bit., otherwise the file locations will be different.

 

C:\Windows\SysWOW64\CCM\Logs

 

I believe the logs you want to examine are:

 

UpdatesDeployment.log

UpdatesHandler.log

UpdatesStore.log

 

Prior to digging into the logs I would:

1) Look at the systems in your collection (Properties - Advertisements) make sure they are reflecting the advertised package

2) Look at a client and see if the application shows up under Run Advertised Programs (Control Panel - Programs - Run Advertised Programs (32-bit) (RAP)

 

If steps 1 and 2 are good but the application is not installing, make sure you've set your advertisement up correctly, namely that the advertisement start time is appropriate and that it is set as a mandatory assignment otherwise it will be an optional "pull" done through RAP.

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
Reply to this topic...

×   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.