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.

How to create Dynamic tools in Inventory ?

I have 2 software which I would like to track using PDQ inventory Enterprise (licenses)....Dell 320wi & Veeam Agent for Windows (1.5 to 3.02)....

The idea is that I hope to update or even uninstall from some clients....Veeam 1.5 needs to be removed then installed to version 3.x while 3.x can be updated without removal.

0

Comments

1 comment
Date Votes
  • This is how I typically do it.
    First create a variable for the latest version of VEEAM: @(AppVerVEEAM) --> 3.0.2.1170 Now create a Dynamic Library, Application --> Name --> Contains --> Veeam Next, create a sub-library for VEEAM named VEEAM (Latest), Application --> Name --> Contains --> Veeam --AND-- Application --> Version --> Version Equals --> @(AppVerVEEAM) Next, create a sub-library for VEEAM named VEEAM (Old), Application --> Name --> Contains --> Veeam --AND-- Application --> Version Lower Than --> Version Equals --> @(AppVerVEEAM)

    Now you have Dynamic Libraries that automtically categorize computers that have the old and new versions. Target the machines for installation accordingly.

    0