Kingskawn Posted July 4, 2011 Report post Posted July 4, 2011 I would like to make a collection of computers that have executed successfully a task sequence. Is this possible? Quote Share this post Link to post Share on other sites More sharing options...
0 Trevor Sullivan Posted July 6, 2011 Report post Posted July 6, 2011 In theory yes, it's possible, but you'll probably have to deploy a script + MOF edit in order to achieve this. The script deployed to client workstations would need to identify the appropriate registry key under: HKEY_LOCAL_MACHINE\Software\Microsoft\SMS\Mobile Client\Software Distribution\Execution History\System\<PackageID>\<GUID> ... and write it to WMI somewhere. Then, you'd need to add the WMI class to your SMS_DEF.mof for reporting purposes. Hope this helps. Cheers, Trevor Sullivan http://trevorsullivan.net http://twitter.com/pcgeek86 1 Quote Share this post Link to post Share on other sites More sharing options...
0 Kingskawn Posted July 6, 2011 Report post Posted July 6, 2011 Damn, I thought there would be an easy query or report to launch to have this info. Thanks for the info ;-) Quote Share this post Link to post Share on other sites More sharing options...
0 Peter33 Posted July 13, 2011 Report post Posted July 13, 2011 Hi, if the task sequence is installing a software, just query for the ProductID in AddRemovePrograms, for several Products chain it with "and". You are still limited by the software inventory schedule though, which will give you a delay of several days. Peter Quote Share this post Link to post Share on other sites More sharing options...
I would like to make a collection of computers that have executed successfully a task sequence. Is this possible?
Share this post
Link to post
Share on other sites