mujahid Posted February 22, 2010 Report post Posted February 22, 2010 Well i would like to know how to make the collection of those clients are only assigned and approve but no client install on it. thanks Quote Share this post Link to post Share on other sites More sharing options...
0 sreeni Posted February 22, 2010 Report post Posted February 22, 2010 Well i would like to know how to make the collection of those clients are only assigned and approve but no client install on it. thanks Hi Put this code in Query Membership Rule, while creating the collection. 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 SMSAssignedSites is not NULL and Client is NULL and OperatingSystemNameandVersion like "%Workstation%" If you are facing any issues with the code kindly let me know. Cheers, Sreeni Quote Share this post Link to post Share on other sites More sharing options...
0 mujahid Posted February 23, 2010 Report post Posted February 23, 2010 Thanks buddy......... i realy appreciated .......its work fine Quote Share this post Link to post Share on other sites More sharing options...
0 sreeni Posted February 23, 2010 Report post Posted February 23, 2010 Thanks buddy......... i realy appreciated .......its work fine Its my pleasure... Quote Share this post Link to post Share on other sites More sharing options...
0 nivil.tl Posted September 24, 2012 Report post Posted September 24, 2012 how do we pull reports from these machines? Quote Share this post Link to post Share on other sites More sharing options...
Well i would like to know how to make the collection of those clients are only assigned and approve but no client install on it.
thanks
Share this post
Link to post
Share on other sites