| ScriptingStandardConsumerSetting | |||
| Provides registration data common to all instances of the Active Script Consumer | |||
| NameSpace Path | |||
| \ROOT\CIMV2 | |||
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| Caption | String | A short textual description (one-line string) of the CIM_Setting object. | |
| Description | String | A textual description of the CIM_Setting object. | |
| MaximumScripts | UInt32 | Maximum 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. | |
| SettingID | String | The identifier by which the CIM_Setting object is known. | |
| Timeout | UInt32 | Maximum 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;    }; | |||