The Fifth Man Blog
ConfigMgr related blog
Tuesday, January 10, 2017
SQL - Add Remove Programs joined to Logged on User
select
hs.ResourceID,hs.ARPDisplayName0,hs.ProductVersion0,
b.User_Domain0, b.User_Name0,b.Name0
from v_HS_INSTALLED_SOFTWARE hs
join v_R_System b on hs.ResourceID=b.ResourceID
where ProductName0 like '%app name%'
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)