Win32_WMISetting, ROOT\CIMV2\ms_409

Class | Methods | Properties (27) | Qualifiers (3) | Instances | Namespaces (2)
Samples: VB Script | C# | VB.Net | Search on:Microsoft

Description

The Win32_WMISetting class is a Singleton class that contains the operational parameters for the WMI service. Win32_WMISetting can only have one instance. This single instance always exists for each Win32 system, and cannot be deleted. Additional instances cannot be created.

Win32_WMISetting properties

Win32_WMISetting has 27 properties (24 Local, 3 Derived)

NameOriginCIMType
ASPScriptDefaultNamespaceWin32_WMISetting8 [string]
ASPScriptEnabledWin32_WMISetting11 [boolean]
AutorecoverMofsWin32_WMISetting8 [string]
AutoStartWin9XWin32_WMISetting19 [uint32]
BackupIntervalWin32_WMISetting19 [uint32]
BackupLastTimeWin32_WMISetting101 [datetime]
BuildVersionWin32_WMISetting8 [string]
CaptionCIM_Setting8 [string]
DatabaseDirectoryWin32_WMISetting8 [string]
DatabaseMaxSizeWin32_WMISetting19 [uint32]
DescriptionCIM_Setting8 [string]
EnableAnonWin9xConnectionsWin32_WMISetting11 [boolean]
EnableEventsWin32_WMISetting11 [boolean]
EnableStartupHeapPreallocationWin32_WMISetting11 [boolean]
HighThresholdOnClientObjectsWin32_WMISetting19 [uint32]
HighThresholdOnEventsWin32_WMISetting19 [uint32]
InstallationDirectoryWin32_WMISetting8 [string]
LastStartupHeapPreallocationWin32_WMISetting19 [uint32]
LoggingDirectoryWin32_WMISetting8 [string]
LoggingLevelWin32_WMISetting19 [uint32]
LowThresholdOnClientObjectsWin32_WMISetting19 [uint32]
LowThresholdOnEventsWin32_WMISetting19 [uint32]
MaxLogFileSizeWin32_WMISetting19 [uint32]
MaxWaitOnClientObjectsWin32_WMISetting19 [uint32]
MaxWaitOnEventsWin32_WMISetting19 [uint32]
MofSelfInstallDirectoryWin32_WMISetting8 [string]
SettingIDCIM_Setting8 [string]

Detailed description of Win32_WMISetting properties

Local properties (24) of Win32_WMISetting class

ASPScriptDefaultNamespace property
CIMTYPE'string'
Description'The ASPScriptDefaultNamespace property contains the namespace used by calls from the script API if none is specified by the caller.'
ASPScriptDefaultNamespace property is in 1 class (Win32_WMISetting) of ROOT\CIMV2\ms_409 and in 2 namespaces
ASPScriptEnabled property
CIMTYPE'boolean'
Description'The ASPScriptEnabled property indicates whether WMI scripting can be used on Active Server Pages (ASP). This property is valid on Windows NT 4.0 systems only. For Windows 2000 systems, WMI scripting is always allowed on ASP.'
ASPScriptEnabled property is in 1 class (Win32_WMISetting) of ROOT\CIMV2\ms_409 and in 2 namespaces
AutorecoverMofs property
CIMTYPE'string'
Description'The AutoRecoverMofs property contains a list of fully qualified MOF file names used to initialize or recover the WMI repository. The list determines the order in which MOFs are compiled.'
AutorecoverMofs property is in 1 class (Win32_WMISetting) of ROOT\CIMV2\ms_409 and in 2 namespaces
AutoStartWin9X property
CIMTYPE'uint32'
Description'The AutoStartWin9X property indicates the circumstances under which WMI will start on Win9X systems.'
Values['Don't start', 'Autostart', 'Start on reboot']
AutoStartWin9X property is in 1 class (Win32_WMISetting) of ROOT\CIMV2\ms_409 and in 2 namespaces
BackupInterval property
CIMTYPE'uint32'
Description'The BackupInterval property specifies the length of time that will elapse between backups of the WMI database.'
Units'minutes'
BackupInterval property is in 1 class (Win32_WMISetting) of ROOT\CIMV2\ms_409 and in 4 namespaces
BackupLastTime property
CIMTYPE'datetime'
Description'The BackupLastTime property specifies the date and time the last backup was performed.'
BackupLastTime property is in 1 class (Win32_WMISetting) of ROOT\CIMV2\ms_409 and in 2 namespaces
BuildVersion property
CIMTYPE'string'
Description'The BuildVersion property contains version information for the currently installed WMI service.'
BuildVersion property is in 1 class (Win32_WMISetting) of ROOT\CIMV2\ms_409 and in 2 namespaces
DatabaseDirectory property
CIMTYPE'string'
Description'The DatabaseDirectory property specifies the directory path containing the WMI repository.'
DatabaseDirectory property is in 1 class (Win32_WMISetting) of ROOT\CIMV2\ms_409 and in 2 namespaces
DatabaseMaxSize property
CIMTYPE'uint32'
Description'The DatabaseMaxSize property specifies the maximum size of the WMI repository.'
Units'kilobytes'
DatabaseMaxSize property is in 1 class (Win32_WMISetting) of ROOT\CIMV2\ms_409 and in 2 namespaces
EnableAnonWin9xConnections property
CIMTYPE'boolean'
Description'The EnableAnonWin9xConnections indicates whether remote access without security checking is permitted. This property only applies to Windows 95 and Windows 98 systems.'
EnableAnonWin9xConnections property is in 1 class (Win32_WMISetting) of ROOT\CIMV2\ms_409 and in 2 namespaces
EnableEvents property
CIMTYPE'boolean'
Description'The EnableEvents property indicates whether the WMI event subsystem should be enabled.
Values: TRUE or FALSE, If TRUE,then the event subsystem is enabled.'
EnableEvents property is in 1 class (Win32_WMISetting) of ROOT\CIMV2\ms_409 and in 2 namespaces
EnableStartupHeapPreallocation property
CIMTYPE'boolean'
Description'The EnableStartupHeapPreallocation property indicates whether WMI will start with a pre-allocated heap.
Values: TRUE or FALSE. If TRUE, then a pre-allocated heap with the size of LastStartupHeapPreallocation is created when WMI is initialized.'
EnableStartupHeapPreallocation property is in 1 class (Win32_WMISetting) of ROOT\CIMV2\ms_409 and in 2 namespaces
HighThresholdOnClientObjects property
CIMTYPE'uint32'
Description'The HighThresholdOnClientObjects property specifies the maximum rate provider created objects can be delivered to clients. To accommodate speed differentials between providers and clients, WMI holds objects in queues before delivering them to consumers.. WMI slows down the addition of new objects into the queue when the low threshold is reached. If this does not help, and high threshold (specified by this property) is reached, WMI will accept no more objects from providers and return WBEM_E_OUT_OF_MEMORY to the clients.'
Units'objects per second'
HighThresholdOnClientObjects property is in 1 class (Win32_WMISetting) of ROOT\CIMV2\ms_409 and in 2 namespaces
HighThresholdOnEvents property
CIMTYPE'uint32'
Description'The HighThresholdOnEvents property specifies the maximum rate at which events are to be delivered to clients. To accommodate speed differentials between providers and clients, WMI queues events before delivering them to consumers.. WMI slows down the addition of new events into the queue when the low threshold is reached. If this does not help, and high threshold (specified by this property) is reached, WMI will accept no more events from providers and return WBEM_E_OUT_OF_MEMORY to the clients.'
Units'events per second'
HighThresholdOnEvents property is in 1 class (Win32_WMISetting) of ROOT\CIMV2\ms_409 and in 2 namespaces
InstallationDirectory property
CIMTYPE'string'
Description'The InstallationDirectory property contains the directory path where the WMI software has been installed. The default location is: \system32\wbem.'
InstallationDirectory property is in 1 class (Win32_WMISetting) of ROOT\CIMV2\ms_409 and in 2 namespaces
LastStartupHeapPreallocation property
CIMTYPE'uint32'
Description'The LastStartupHeapPreallocation property specifies the size of the pre-allocated heap created by WMI during initialization.'
Units'bytes'
LastStartupHeapPreallocation property is in 1 class (Win32_WMISetting) of ROOT\CIMV2\ms_409 and in 2 namespaces
LoggingDirectory property
CIMTYPE'string'
Description'The LoggingDirectory property specifies the directory path containing the location of the WMI system log files.'
LoggingDirectory property is in 1 class (Win32_WMISetting) of ROOT\CIMV2\ms_409 and in 2 namespaces
LoggingLevel property
CIMTYPE'uint32'
Description'The LoggingLevel property indicates whether event logging is enabled and the verbosity level of logging used.'
Values['Off', 'Error logging', 'Verbose Error logging']
LoggingLevel property is in 1 class (Win32_WMISetting) of ROOT\CIMV2\ms_409 and in 2 namespaces
LowThresholdOnClientObjects property
CIMTYPE'uint32'
Description'The LowThresholdOnClientObjects property specifies the rate at which WMI will start to slow the creation of new objects created for clients. To accommodate speed differentials between providers and clients, WMI holds objects in queues before delivering them to consumers.. If the rate of requests for objects grows out of control, WMI gradually slows down the creation of new objects to match the client's rate of use. This slowdown starts when the rate at which objects are being created exceeds the value of this property. The slowdown continues until equilibrium is achieved, or the high threshold is reached.'
Units'objects per second'
LowThresholdOnClientObjects property is in 1 class (Win32_WMISetting) of ROOT\CIMV2\ms_409 and in 2 namespaces
LowThresholdOnEvents property
CIMTYPE'uint32'
Description'The LowThresholdOnEvents property specifies the rate at which WMI will start to slow the delivery of new events. to accommodate speed differentials between providers and clients, WMI queues events before delivering them to consumers. If the queue grows out of control, WMI slows down the delivery of events gradually to get them in line with the client's rate . This slowdown starts when the rate at which events are generated exceeds the value of the this property. The slowdown continues until either the equilibrium is achieved, or the high threshold is reached.'
Units'events per second'
LowThresholdOnEvents property is in 1 class (Win32_WMISetting) of ROOT\CIMV2\ms_409 and in 2 namespaces
MaxLogFileSize property
CIMTYPE'uint32'
Description'The MaxLogFileSize property indicates the maximum size of the log files produced by the WMI service.'
Units'bytes'
MaxLogFileSize property is in 1 class (Win32_WMISetting) of ROOT\CIMV2\ms_409 and in 2 namespaces
MaxWaitOnClientObjects property
CIMTYPE'uint32'
Description'The MaxWaitOnClientObjects property specifies the amount of time a newly created object waits to be used by the client before it is discarded and an error value is returned.'
Units'milliseconds'
MaxWaitOnClientObjects property is in 1 class (Win32_WMISetting) of ROOT\CIMV2\ms_409 and in 2 namespaces
MaxWaitOnEvents property
CIMTYPE'uint32'
Description'The MaxWaitOnEvents property specifies the amount of time an event sent to a client is queued before being discarded.'
Units'milliseconds'
MaxWaitOnEvents property is in 1 class (Win32_WMISetting) of ROOT\CIMV2\ms_409 and in 2 namespaces
MofSelfInstallDirectory property
CIMTYPE'string'
Description'The MofSelfInstallDirectory property contains the directory path for applications that install MOF files to the CIM repository. WMI automatically compiles any MOF files placed in this directory and, depending on its success, moves the MOF to a subdirectory labeled "good" or "bad". If the "autorecover" pragma is included, the fully qualified file name is added to the AutorecoverMofs list used when WMI is initializing or recovering the repository. The list determines the order in which MOFs are compiled.'
MofSelfInstallDirectory property is in 1 class (Win32_WMISetting) of ROOT\CIMV2\ms_409 and in 2 namespaces

Derived properties (3) of Win32_WMISetting class

Caption property
CIMTYPE'string'
Description'A short textual description (one-line string) of the CIM_Setting object.'
Caption property is in 273 classes of ROOT\CIMV2\ms_409 and in 37 namespaces
Description property
CIMTYPE'string'
Description'A textual description of the CIM_Setting object.'
Description property is in 329 classes of ROOT\CIMV2\ms_409 and in 142 namespaces
SettingID property
CIMTYPE'string'
Description'The identifier by which the CIM_Setting object is known.'
SettingID property is in 36 classes of ROOT\CIMV2\ms_409 and in 10 namespaces

Win32_WMISetting Qualifiers

NameValueToInstanceToSubclassOverridableAmendedLocal
AMENDMENTTrue
Description'The Win32_WMISetting class is a Singleton class that contains the operational parameters for the WMI service. Win32_WMISetting can only have one instance. This single instance always exists for each Win32 system, and cannot be deleted. Additional instances cannot be created.'
LOCALE1033

Win32_WMISetting System properties

NameValueOriginCIMTypeLocalArray
__PATH'\\.\ROOT\CIMV2\ms_409:Win32_WMISetting'___SYSTEM8
__NAMESPACE'ROOT\CIMV2\ms_409'___SYSTEM8
__SERVER'.'___SYSTEM8
__DERIVATION['CIM_Setting']___SYSTEM8
__PROPERTY_COUNT27___SYSTEM3
__RELPATH'Win32_WMISetting'___SYSTEM8
__DYNASTY'CIM_Setting'___SYSTEM8
__SUPERCLASS'CIM_Setting'___SYSTEM8
__CLASS'Win32_WMISetting'___SYSTEM8
__GENUS1___SYSTEM3
comments powered by Disqus
WUtils.com