Important Notice: On February 29th, this community was put into read-only mode. All existing posts will remain but customers are unable to add new posts or comment on existing. Please feel to join our Community Discord for any questions and discussions.

Add a few missing fields to Linux systems

Hi,

we have a few Linux and Xen systems which are of course not scanned by PDQ, even they are domain members.

PDQ Inventoy only lists their name and the IP address.

I'd like to add some basic Information like OS Version manually to those system records in PDQ  so a report will hold all Information.

Any way to do that? Thanks...

 

 

1

Comments

2 comments
Date Votes
  • I've done this for a lot of non-Window systems but the only way I know of is modifying the PDQ inventory database directly.  I use SQLiteBrowser to make small changes but anything I'm doing at any kind of scale I do through PowerShell module called SQLiteQuery.  Both SQLiteBrowser and the PowerShell module are available online.

    Just in case they aren't obvious, the database you need to access is here:

    "C:\ProgramData\Admin Arsenal\PDQ Inventory\Database.db"

    and the table you need to modify is "Computers".

     

    0
  • You can also use File > Preferences > Custom Fields and create a custom field to contain the OS information. The custom fields can then be added to a report.

    0