6/27/2011

SCCM Asset Intelligence - List manufacturer friendly names

This Query will list all possible manufacturer listings of an application and the friendly names (grouped)
  1. SELECT Distinct CommonPublisher,Publisher   
  2. FROM v_LU_SoftwareList   
  3. INNER JOIN V_LU_Softwarehash ON V_LU_Softwarehash.SoftwareID = v_LU_SoftwareList.SoftwareID  
  4. ORDER BY CommonPublisher  

No comments: