Deploy Software to OU

HI All,

  How do i deploy Software to OU ?

As

September 10th, 2015 1:58am

You need to ensure that you have active directory system discovery enabled.

You can then:

  1. Create a collection and define a collection query
  2. In the collection query you can set your criteria to system resource
  3. set the attribute to distinguished name
  4. Use the 'like' operator to filter on the OU that you want to target

Once done you can create your deployment for the respective application and target the new collection.

While there are other tables that contain active directory OU information, I find Distinguished Name attribute to be just as useful

September 10th, 2015 2:09am

create collection based on the OU and use usual method to deploy application or software.where are you stuck in doing this ?

Collection Query for OU something like below:

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.SystemOUName like "Eskonr.com/AP/SINGAPORE/workstation%" or SMS_R_System.SystemOUName like "Eskonr.COM/AP/Singapore/servers%") and SMS_R_System.Client = "1"

Free Windows Admin Tool Kit Click here and download it now
September 10th, 2015 2:43am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics