BACK TO INDEX

ScriptingStandardConsumerSetting
Provides registration data common to all instances of the Active Script Consumer
NameSpace Path
\ROOT\CIMV2
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
CaptionStringA short textual description (one-line string) of the CIM_Setting object.
DescriptionStringA textual description of the CIM_Setting object.
MaximumScriptsUInt32Maximum number of scripts run before the consumer will start a new instance. The consumer should be shut down periodically to clear out memory leaks from the scripts.
SettingIDStringThe identifier by which the CIM_Setting object is known.
TimeoutUInt32Maximum number of minutes before the consumer will start a new instance. If zero, consumer lifetime is controlled by the MaximumScripts property. Valid Range: 0-71,000.
SAMPLE DATA INSTANCE
   
   instance of ScriptingStandardConsumerSetting
   {
    MaximumScripts = 300;
    Timeout = 0;
   };