SCCM report
Hi I am pretty new to SSCM 2007 and I need to generate a report based on two subnets to find out which machines have project 2007 installed on them. I did a bit of searching and it looks like I need to write a custom query to genrate such report. Does anyone knows how to do this. I am still very new to this product I am learning as I am working on it Thanks Jigs
May 3rd, 2012 2:19am

"Creating Custom Reports By Using Configuration Manager 2007 SQL Views" (http://www.microsoft.com/en-us/download/details.aspx?id=22052) contains useful information how to create custom reports. It also shows which views can be joined.Torsten Meringer | http://www.mssccmfaq.de
Free Windows Admin Tool Kit Click here and download it now
May 3rd, 2012 3:00am

Hi, Here is an example that should get you started, just add the second subnet and change the product to Microsoft Visio: select ip.IP_Subnets0 [Subnet], sys.Name0 [Name], DisplayName0 from v_R_System sys join v_RA_System_IPSubnets ip on ip.ResourceID = sys.ResourceID join v_GS_ADD_REMOVE_PROGRAMS on v_GS_ADD_REMOVE_PROGRAMS.ResourceID = sys.ResourceID Where IP_Subnets0 = '192.168.1.0' and Displayname0 like 'Microsoft Office%' order by ip.IP_Subnets0, sys.Name0 I hope that helps, regards, Jrgen-- My System Center blog ccmexec.com -- Twitter @ccmexec
May 3rd, 2012 3:44am

Try this: http://tinyurl.com/7zb8ufdhttp://www.enhansoft.com/
Free Windows Admin Tool Kit Click here and download it now
May 3rd, 2012 3:05pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics