Hi, @TechUST
Thank you for posting in Microsoft Q&A forum.
Sorry I just saw this post, I edit the sql query for you:
select v_GS_SYSTEM_CONSOLE_USAGE.TopConsoleUser0, Add_Remove_Programs_64_DATA.DisplayName00
from Add_Remove_Programs_64_DATA
inner join v_r_system on v_r_system.resourceid=Add_Remove_Programs_64_DATA.machineid
inner join v_GS_SYSTEM_CONSOLE_USAGE on v_GS_SYSTEM_CONSOLE_USAGE.ResourceID=v_r_system.resourceid
where
--Add_Remove_Programs_64_DATA.Publisher00 like '%microsoft%' and
Add_Remove_Programs_64_DATA.DisplayName00='Microsoft Visio - en-us'
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Add comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.