cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Inventory agent version using command-line

Hello, 

Is there a way to to determine installed agent version on my device using command-line?

Best, 
Paweł

(2) Solutions

For windows you can use the following:

reg query "HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\ManageSoft Corp\ManageSoft" /v ETCPVersion

This will give you the version of the agent installed

View solution in original post

Use below , This will give more details

wmic product where "Vendor like '%flex%' " get Name, Version, installlocation, installdate

 

View solution in original post

(3) Replies

For windows you can use the following:

reg query "HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\ManageSoft Corp\ManageSoft" /v ETCPVersion

This will give you the version of the agent installed

Wow! That was fast! I forgot to mention that I was looking for solution for windows, so this is all I need. Thanks a  bunch!

Use below , This will give more details

wmic product where "Vendor like '%flex%' " get Name, Version, installlocation, installdate