DancingFerret Posted June 26, 2012 Report post Posted June 26, 2012 hey guys, after a little help coming up with a query. We need to create a reboot pending collection for all systems, but.... we have a query that catches reboots pending for Patches we have a query that catches reboots pending for software ( deployed by SCCM) but we need a query that catches reboot pending for everything else eg someone has manually installed some software. I'm pretty sure it's only the PendingFileRenameOperations reg key where this value would be, but is there a way to get this in SCCM. reason we need this is when doing patch deployment, any machines that are in a pending reboot state are not get their patches, but the first 2 queries listed are not reporting on the reboot state as it wasn't deployed by those 2 methods. Or if you know how I could get this into a MOF file and then get SCCm to collect that information? Any help would be appreciated. thanks DF Apologies for the thread title not quite what i had in mind.... Quote Share this post Link to post Share on other sites More sharing options...
Eswar Koneti Posted June 27, 2012 Report post Posted June 27, 2012 to get registry information into SCCM,you can use regkey2mof file which creates MOF entries for you to update your MOF file but notice this result will be only based on last hardware inventory. more information refer http://blog.coretech.dk/kea/how-to-get-registry-information-into-hardware-inventory/ Combine both the collections which you have into one to get computers for reboot pending. Quote Share this post Link to post Share on other sites More sharing options...
DancingFerret Posted June 28, 2012 Report post Posted June 28, 2012 Thanks Eswar, I did find what I was after, but the link will be good for any future mof collections... Quote Share this post Link to post Share on other sites More sharing options...