- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-20-2022 03:26 PM
Hello there.
Is it possible to create a report with the user installed software?
Solved! Go to Solution.
- Labels:
-
Built-In Reports
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-20-2022 04:19 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-20-2022 04:19 PM
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
