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.

Compare Computers

I am looking to compare two computers side by side so that I now what software that the second computer doesn't so I can install it on the new computer. I setup new computers and need a list of software that is installed on the old one to compare with the new laptop (or used). Is there a way to find this out besides just looking in PDQ inventory at the applications?

I used a different software before and it would show both computers and then highlight the same software side by side and also show software that was highlighted with newer or older software.

1

Comments

9 comments
Date Votes
  • Would be a cool feature! Awhile back when we migrated a special non-standard user to a new laptop, I exported the applications list of both machines (Select All > File > Save Data To File)
    Then in excel I cut both 'Name' columns and put them into another excel then used the Go To Special > Row Differences. Some formatting was required to give accurate differences but gave me a clearer idea of what i was missing.

    Hope it helps!

    0
  • Thank you for your suggestion. I will create an internal feature request ticket for this. I have no ETA on when it could be implemented.

    0
  • I created a SQL report that I believe does what you asked for. Your feature request is still pending. https://gist.github.com/Colby-PDQ/c03e7eee22a73c9b1dcbe81aaa9b18e6

    0
  • Yes, that is what I want. Some more formatting on the reporting but looks good. Thanks for your help.

    I need to add the versions and builds to the software list also.

    0
  • Is this still on the table? Because I would use the $hit out of that function.

    0
  • I don't have any updates on the feature request, but I have created a SQL Report (2 variants) since then that I believe gets pretty close.

    https://gist.github.com/Colby-PDQ/c03e7eee22a73c9b1dcbe81aaa9b18e6

    https://gist.github.com/Colby-PDQ/133fdcc7596d8908d6f43a195b9e02f2

    0
  • Any update to an official feature addon?  Colby, the scripts you created work great!

    0
  • We also put our hand up to see this as an official feature add on. Would be very handy when setting up an old available PC for a current user. Haven't used the script yet Colby but I'm sure it will work flawlessly :)

    0
  • I just added Compare-PdqInventoryComputers to PdqStuff (version 1.3.0).

    I recommend reading the help to see some examples.

    Install-Module -Name 'PdqStuff'
    Import-Module -Name 'PdqStuff'
    Get-Help Compare-PdqInventoryComputers -Full
    0