sms_def.mof file question
We are trying to modify our sms_def.mof file and we are not seeing (or we can't find) data after it's been collected. In the sms_def.mof file if your bracket header is set to FALSE but something under that bracket header is set to TRUE will you get the information that is set to true? Example: [ SMS_Report (FALSE), SMS_Group_Name ("BaseBoard"), SMS_Class_ID ("MICROSOFT|BASEBOARD|1.0") ] class Win32_BaseBoard : SMS_Class_Template { [SMS_Report (TRUE) ] string Caption; [SMS_Report (FALSE) ] string ConfigOptions[]; [SMS_Report (FALSE) ] string Description; [SMS_Report (FALSE) ] boolean HostingBoard; If SMS_Report (FALSE) is set to false will you be able to collection the string caption inforatmion? Or does the top baracket need to be set to TRUE for any data underneath it to be collected? mqh7
June 20th, 2011 3:48pm

You won't see any changes if SMS_Report is set to (FALSE) as this defines if that class is reported at all.Torsten Meringer | http://www.mssccmfaq.de
Free Windows Admin Tool Kit Click here and download it now
June 20th, 2011 3:53pm

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

Other recent topics Other recent topics