I had some problems with the Autodesk Inventory Advisor.  Basically, I couldn’t get it to access all of the PCs in my domain network.

Evidently, the main issue was DCOM / WMI access.  I tried using Group Policy on the server and I even installed a free Group Policy update utility to push the update through to Client PCs.  However, the server side GP method wasn’t really working for me.

The key thing that seemed to work was using this command on each PC individually:
netsh firewall set service type = remoteadmin mode = enable
(from Enable or Disable the Remote Administration Firewall Rule: Windows Firewall (WF) and Help: Enable or disable the remote administration exception: Windows Firewall (WF) )

In Windows 7, the above command will probably still work, but the proper one is:
netsh advfirewall firewall set rule group=”Windows Remote Management” new enable=yes 
here
and
Windows 7 Remote Administration Firewall group

After the above command was run on a PC, the Inventory Advisor could access it.

It is a pretty cool utility, because you can access hardware information from all PCs in the network (as well as the Autodesk related info).

Download the Autodesk Inventory Advisor.

For detailed instructions, refer to the Autodesk Inventory Advisor tool guide.


Autodesk Inventory Advisor Tool Guide (pdf – 1369Kb)

Note: Some products may not be located by the Autodesk Inventory Advisor.

via
Autodesk – License Compliance – Autodesk Inventory Advisor

Another blog post about this utility:
Adventures in the World of BIM: Complacent or Compliant? You Decide!

While using Autodesk Product Manager, or the Autodesk Asset Locator, you may come across an issue where certain remote computers are ‘unreachable’. Assuming you have the correct permissions, the problem here is that the Remote Registry Service is not running.

Simply go to the Client computer that is ‘unreachable’, open Services (Start – Run – Type services.msc), find the service called ‘Remote Registry’ and Start the service.

When you run a search again, this computer will now be reachable by the Autodesk Asset Locator, and you will see the Autodesk products on this PC in the search results.