IT Management Suite

  • 1.  Inventory Solution Data Purging

    Posted Apr 12, 2011 09:47 AM

    Is there an easy way to purge Inventory Solution data for a specific resource?  I have one computer that I need to clear the software inventory on to assist with software reconciliation.  Any ideas?



  • 2.  RE: Inventory Solution Data Purging
    Best Answer

    Posted Apr 15, 2011 09:41 PM

    By "Software Inventory" do you mean just the Add/Remove Programs data, or all AeX SW * data classes?  The easiest way would be to just delete the resource outright, then run a recreate full Inventory after updating configuration (it will show up as a new resource). Then run the regular Inventory jobs and it will re-populate the info you want.

    Another way (which you need to test first!) if you can't or don't want to lose the rest of the inventory on the machine would be to export the computer by right-click --> Export, then save the .XML.  Open the .XML file with Notepad++ or some other XML-aware editor (I like PrimalScript) and remove the sections for the dataclasses you're wanting to remove.  Save the modified file with a new name.  Then, delete the resource from the Console.  After it finishes deleting, import the modified XML back in to the console.  Note that with this method, you'll lose any collection memberships that computer might have been statically included in (since static collections are based on GUID, and you're removing that resource GUID from the console).



  • 3.  RE: Inventory Solution Data Purging

    Posted Apr 21, 2011 02:10 PM

    Thanks Kyle,

    I was trying not to delete the resource simply because we are using Asset and there are some data fields that we populate manually.  After reading your reply, I think I will do that anyway and just repopulate the data fields manually.  I was actually hoping for something built into the system that would allow me to purge the inventory data, but looks like that doesn't exist.