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.

Answered

Generate Application Report via Inventory CLI

Been looking through the command line documentation but haven't found what I'm looking for. I'd like a way to call pdqinventory and save the last application report to a csv for a specific computer. Is this possible?

0

Comments

5 comments
Date Votes
  • Is this possible?

    No. I will add it to the feature request list. I have no ETA on when/if it might be implemented.

    0
  • Thanks we have a powershell script that is sort of capturing the application list but it is missing applications that PDQ Inventory is able to find. I'd really appreciate if you guys could do this but I know the feature list is probably a mile long already.

    0
  • any update on this?  i'd like to be able to query windows update status as well.  thanks!

     

    0
  • I'd like a way to call pdqinventory and save the last application report to a csv for a specific computer.

    Does Get-PdqInventoryComputerData do what you want?

    Install-Module -Name PdqStuff
    Import-Module -Name PdqStuff

    Read the warning, then:

    Get-PdqInventoryComputerData -Name <Computer Name> -Table Applications

    For more information, run:

    Get-Help -Name Get-PdqInventoryComputerData -Full
    0