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