Network card speed report in SCCM
Guys, I need some help.
I want to do a report the show Network card speed for all computer in a collection. But I dont find this info in SCCM Database, how can I do this?
Thanks
July 16th, 2010 1:16pm
http://social.technet.microsoft.com/Forums/en/configmgrinventory/thread/a427b3b4-5802-4888-a676-592ea75621bc
Free Windows Admin Tool Kit Click here and download it now
July 16th, 2010 1:23pm
Tnx Torsten,
But, like Sherry said: That's a custom mof edit, it won't add to existing tables. It'll create new tables/views/stored procedures.
This is supported?
July 16th, 2010 1:32pm
OK Garth, but only Editing the sms_def.mof and Configruation.mof can I get NetworkCard speed? Because in the post suggested by Torsten I saw thta is need to create
new table for this. I want the most symple way to get this data.
Thank you guys
Free Windows Admin Tool Kit Click here and download it now
July 16th, 2010 4:03pm
OK thank you folks.
I just imported the new MOF code, as in Mini Monster, but now, where I can find (in database) the new data? I want to do a report to show this for me.
July 16th, 2010 7:01pm
OK Sherry, I found v_gs_nic_speed_duplex0, but using the query:
SELECT * FROM v_gs_nic_speed_duplex0
I can find ServerSpeedDuplexSetting
Wheren can I find this?
Regards
Free Windows Admin Tool Kit Click here and download it now
July 17th, 2010 4:23pm
I found ServerSpeedDuplexSetting only in [dbo].[InventoryClassProperty].[PropertyName], but I cant work with this. Anyone can help?
July 17th, 2010 7:21pm


