Troubleshooting

Configuring Microsoft® System Center Configuration Manager 2007 Inventory to utilize Dell™
OpenManage™ Client Instrumentation 8.0.1 for WakeOnLan Reporting
5
4. Append the contents of this text file (c:\temp\OMCI_SCCM.txt) to the end of the sms_def.mof file.
This file is typically located in the (Install Directory)\sms\inboxes\clifiles.src\hinv directory.
Appendix A: sms_def.mof Configuration for WakeOnLan Reporting
[ SMS_Report(TRUE), SMS_Group_Name("DCIM BIOS Enumeration"),
SMS_Class_ID("DELL|BIOSENUMERATION|1.0"), SMS_Namespace(FALSE),
Namespace("\\\\\\\\.\\\\root\\\\dcim\\\\sysman") ]
class DCIM_BIOSEnumeration : SMS_Class_Template
{
[SMS_Report (FALSE)] string Caption;
[SMS_Report (FALSE)] string Description;
[SMS_Report (FALSE)] string ElementName;
[SMS_Report (TRUE), Key] string InstanceID;
[SMS_Report (TRUE)] string AttributeName;
[SMS_Report (TRUE)] string CurrentValue[];
[SMS_Report (TRUE)] boolean IsReadOnly;
[SMS_Report (TRUE)] string PossibleValues[];
[SMS_Report (TRUE)] string PossibleValuesDescription[];
};
Appendix B: Sample Report for WoL Enabled
// *********************************************************************************
// Created by SMS Export object wizard
// Friday, December 02, 2011 created
// File Name: WakeOnLanReport.MOF
//
// Comments : This report is a modification of Sherri Kissinger's report found
// http://myitforum.com/cs2/blogs/skissinger/archive/2008/09/27/dell-omci-smbiossettings-
hardware-inventory-extension.aspx and modified by Michael Shuman on 12/2/2011
// *********************************************************************************
// ***** Class : SMS_Report *****
[SecurityVerbs(140551)]
instance of SMS_Report
{
Category = "Custom Reports";
Comment = "Report modified from
http://myitforum.com/cs2/blogs/skissinger/archive/2008/09/27/dell-omci-smbiossettings-hardware-
inventory-extension.aspx by Michael Shuman 0n 12/2/2011";
GraphCaption = "";
GraphXCol = 1;
GraphYCol = 2;
MachineDetail = FALSE;
MachineSource = FALSE;
Name = "Wake On Lan Report";
NumPrompts = 0;
RefreshInterval = 0;
ReportGUID = "{E015C662-DD79-4FE4-A599-0F8A8B0C3B67}";
SecurityKey = "";