DRIVE EFFICIENCY THROUGH AUTOMATED IT.
SAVE COST THROUGH CONSOLIDATION OF IT.
WANT TO KNOW MORE ABOUT STRATEGIC CONSULTING CLICK HERE.
MICROSOFT / RISUAL HYPER-V CLOUD EVENT 22ND MARCH 2011 CLICKHERE.
Home > Uncategorized > Creating collections in SCCM based on Active Directory OU Membership

Creating collections in SCCM based on Active Directory OU Membership

January 24th, 2011 johnr Leave a comment Go to comments

To create a collection like this we need to setup a collection based on a query, the attributes that we will use will be..

Attribute Class: System Resource

Attribute: System OU Name

image

The Operator can be set to : is equal to

Values should be available when you click the value button.

If the values are not populated chances are is that the Active Directory System Group Discovery has either not been set or the OU you require has not been specified.

image

Enable the group discovery and add a Custom LDAP query to the OU/OUs in question, initiate a scan by selecting “Run discovery as soon as possible” in the polling schedule tab, you can monitor the progress of this in the adsysgrp.log

After this complete you should see the SMS table System_System_OU_Name_ARR table in the SCCM database will populate with data in the System_OU_Name0 column of the database.

The OU’s will now populate for the containers or domain you specified in the AD System Group Discovery LDAP queries.

image

Select the OU from the list, alternatively you can specify using the following query;

select *  from  SMS_R_System where SMS_R_System.SystemOUName = "<FQDNDomain>/<OUName>"

 

 

John Riseam

System Center Consultant

Risual Ltd

Categories: Uncategorized Tags:
  1. Roy Jacobs
    March 21st, 2012 at 13:08 | #1

    this only creates the collection MEMBERSHIP based on OU’s, it does not create the actual collection itself and therefor shall not create collections based on OU-names

  2. johnr
    March 21st, 2012 at 13:26 | #2

    Correct this is just making the query that the collection can be based on, creating SCCM collections is assumed. The post is mainly about a common admin struggle to create the collection and the OU names not being populated, which I’ve observed in the field.

  1. No trackbacks yet.