Tuesday, July 18, 2017
SQL Query To Return Add OR Remove Programs Installed On A Specified Machine
SQL Query To Return Add OR Remove Programs Installed On A Specified Machine
SQL Query:
Select
P.DisplayName0,
P.ProdId0,
P.Publisher0,
P.Version0
From v_Add_Remove_Programs P
Join v_R_System S on P.ResourceId = S.ResourceId
Where Name0 = ‘MachineName’
-------------------------------------------------------------------------------------------
Subscribe to:
Post Comments (Atom)
site backup job manually
Start a scheduled SCCM 2012 site backup job manually You might want to start a scheduled SCCM 2012 site backup job manually. off co...
-
Application app enforcement deployment status with installation errors select distinct vrs.user_name0,fn.machinename,fn.applicationnam...
-
SQL for Last_Logon_Timestamp0 and LastHWScan : select Distinct v_R_System.Netbios_Name0 as 'Device Name', v_R_User.Full_User_...
-
Select v_R_System.name0, v_R_System.Resource_Domain_OR_Workgr0 as Domain, v_GS_LOGICAL_DISK.FreeSpace0, v_GS_LOGICAL_DISK.Size0, v_GS_...
No comments:
Post a Comment