Ask the Community
Groups
How to list device license category? - Connect IT Community | Kaseya
<main> <article class="userContent"> <p><strong>QUESTION:</strong></p> <p>How do I list the device license category? or</p> <p>How do I identify the devices that are deployed and using the "Application Servers" licenses?</p> <p> </p> <p><strong>RESOLUTION:</strong></p> <p>The following must be implemented on the Traverse BVE server:</p> <p>From the traverse Service Controller, please ensure that the BVE API component is running.</p> <p>Create the file licensecategory.txt in <TRAVERSE_HOME>\utils with the content:</p> <p>device.list "showLicenseCategory=true"</p> <p>Next, from a DOS command prompt, started using 'Run as Administrator'</p> <p> cd /D <TRAVERSE_HOME><br> cd utils<br> ..\..\bveCLI.pl --host localhost --port 7661 --username <username> --password <password> --input licensecategory.txt --output licensecategory.out --fields devicename,address,licensecategory,accountname --format csv</p> <p>where <username> is an account (such as the superuser account) and <password> is the password for the account</p> <p>The file <TRAVERSE_HOME>\utils\licensecategory.out contains the devices and their license category.</p> <p>One may now load this in an editor or Excel and group/sort/count as needed.</p> <p> </p> <p><strong>APPLIES TO:</strong></p> <p>All versions of Traverse</p> <p> </p> </article> </main>