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 modify collection

Hi, how do I modify a dynamic collection self generated after a software was added in PDQ Deploy ?

0

Comments

6 comments
Date Votes
  • You can right click and duplicate (Alt+Insert) a collection in the Collection Library to create an identical collection and then make any changes you want. You won't be able to modify anything managed by PDQ. If you found a way to it would likely be wiped out on the next software update.

    0
  • Are you looking to automate the modification of existing user-created collection(s) in PDQ Inventory based on changes in user-created collections in PDQ Deploy?  If so, it's possible with PowerShell with the not-supported but functional editing of the Inventory/Deploy databases.

    Recently worked through a similar need where manufacturer BIOS updates are downloaded with a combination of PowerShell/browser user JavaScript and then PowerShell is used to check the updates for new versions and update Inventory/Deploy accordingly.

    0
  • I recommend using Custom Variables instead, if possible. You should only need to edit the database if you're adding or deleting Filters. You can update Custom Variables with the following command:

    PDQInventory.exe UpdateCustomVariable
    0
  • Where are there command line options for Inventory listed?  Custom variables would be a cleaner option.

    0
  • You have to use the Help command. Unfortunately, the documentation doesn't cover the CLI very much.

    PDQInventory.exe Help
    PDQInventory.exe Help UpdateCustomVariable
    0
  • Excellent.  Thanks!

    0