Active Directory System Group Discovery
Active Directory Security Group Discovery
once done... in Active directory you need to setup a structure for this,
You will need to create some Active Directory Security Groups, and then create an OU in Active Directory and call it Applications Group
Resized to 94% (was 1024 x 682) - Click image to enlarge
now, you need to create your corresponding Collections in SCCM,
so lets create three new collections
Office 2003
Computers in the Office 2003 Security Group
Users in the Office 2003 Security Group
The two sub collections will have separate queries to determine their contents:
The query for Computers in the Office 2003 Security Group shall be
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 = "SCCM2007\\Office 2003 Users"
so from the above, SCCM2007=your domain and Office 2003 Users is the Active Directory Sercurity Group you added Computer Objects to.
Note: To define collection queries please read this post
The query for Users in the Office 2003 Security Group shall be
select SMS_R_USER.ResourceID,SMS_R_USER.ResourceType,SMS_R_USER.Name,SMS_R_USER.UniqueU
serName,SMS_R_USER.WindowsNTDomain from SMS_R_User where UserGroupName = "sccm2007\\Office 2003 Users"
Now you can target these sub collections with software to install, so in this case you would target the collections above with an advertisement to install Microsoft Office 2003.
once done, you can start adding computer or user objects to the respective Active Directory Group in active directory, and based on your Discovery Methods schedule they will appear within the correct Collection
Resized to 67% (was 1440 x 286) - Click image to enlarge
and based on the collection they are in they will receive the correct advertisement,
as this is a common question, I have renamed the topic, and pinned it.
No comments:
Post a Comment