cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
gcrucitti
Engaged Sweeper II

Hello there.

Is it possible to create a report with the user installed software?

1 ACCEPTED SOLUTION
Obi_1_Cinobi
Lansweeper Tech Support
Lansweeper Tech Support

Hello there!

Yes, this is certainly possible. But the following is important to note:

If a software is only installed for a specific user on a computer:

  • It will not be listed in the computer's Software tab if that user was not logged into the computer when the machine was last rescanned.
  • It will be listed in the computer's Software tab if that user was logged into the computer when the machine was last rescanned. The software will then have a little icon accompanying it to indicate that it's user specific.

As a baseline, you can start with this report that will list all Windows software: https://www.lansweeper.com/report/all-installed-windows-software/

To limit the report results to user-specific software only, update the following line in the SQL query:

Where tblAssetCustom.State = 1 And tblSoftware.CurrentUser = 1

View solution in original post

1 REPLY 1
Obi_1_Cinobi
Lansweeper Tech Support
Lansweeper Tech Support

Hello there!

Yes, this is certainly possible. But the following is important to note:

If a software is only installed for a specific user on a computer:

  • It will not be listed in the computer's Software tab if that user was not logged into the computer when the machine was last rescanned.
  • It will be listed in the computer's Software tab if that user was logged into the computer when the machine was last rescanned. The software will then have a little icon accompanying it to indicate that it's user specific.

As a baseline, you can start with this report that will list all Windows software: https://www.lansweeper.com/report/all-installed-windows-software/

To limit the report results to user-specific software only, update the following line in the SQL query:

Where tblAssetCustom.State = 1 And tblSoftware.CurrentUser = 1