Win32_OSRecoveryConfiguration, ROOT\CIMV2

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

Description

The Win32_OSRecoveryConfiguration class represents the types of information that will be gathered from memory when the operating system fails. This includes boot failures and system crashes.

Win32_OSRecoveryConfiguration properties

Win32_OSRecoveryConfiguration has 15 properties (12 Local, 3 Derived)

NameOriginCIMType
AutoRebootWin32_OSRecoveryConfiguration11 [boolean]
CaptionCIM_Setting8 [string]
DebugFilePathWin32_OSRecoveryConfiguration8 [string]
DebugInfoTypeWin32_OSRecoveryConfiguration19 [uint32]
DescriptionCIM_Setting8 [string]
ExpandedDebugFilePathWin32_OSRecoveryConfiguration8 [string]
ExpandedMiniDumpDirectoryWin32_OSRecoveryConfiguration8 [string]
KernelDumpOnlyWin32_OSRecoveryConfiguration11 [boolean]
MiniDumpDirectoryWin32_OSRecoveryConfiguration8 [string]
key
Name
Win32_OSRecoveryConfiguration8 [string]
OverwriteExistingDebugFileWin32_OSRecoveryConfiguration11 [boolean]
SendAdminAlertWin32_OSRecoveryConfiguration11 [boolean]
SettingIDCIM_Setting8 [string]
WriteDebugInfoWin32_OSRecoveryConfiguration11 [boolean]
WriteToSystemLogWin32_OSRecoveryConfiguration11 [boolean]

Detailed description of Win32_OSRecoveryConfiguration properties

Local properties (12) of Win32_OSRecoveryConfiguration class

AutoReboot property
CIMTYPE'boolean'
Description'The AutoReboot property determines whether the system will automatically reboot during a recovery operation.
Values: TRUE or FALSE. If TRUE, the system will automatically rebooted.'
MappingStrings['Win32Registry|SYSTEM\CurrentControlSet\Control\CrashControl|AutoReboot']
readTrue
writeTrue
AutoReboot property is in 1 class (Win32_OSRecoveryConfiguration) of ROOT\cimv2 and in 2 namespaces
DebugFilePath property
CIMTYPE'string'
Description'The DebugFilePath property indicates the path to the debug file. A debug file is created with the memory state of the machine after a machine failure.
Example: %systemRoot%\Memory.dmp'
MappingStrings['Win32Registry|SYSTEM\CurrentControlSet\Control\CrashControl|DumpFile']
readTrue
writeTrue
DebugFilePath property is in 1 class (Win32_OSRecoveryConfiguration) of ROOT\cimv2 and in 2 namespaces
DebugInfoType property
CIMTYPE'uint32'
Description'The DebugInfoType property indicates what type of debugging information is to be written to the log file.
Values: 0 = None
1 = Complete memory dump
2 = Kernel memory dump
3 = Small memory dump (64KB)'
readTrue
ValueMap['0', '1', '2', '3']
Values['None', 'Complete memory dump', 'Kernel memory dump', 'Small memory dump']
writeTrue
DebugInfoType property is in 1 class (Win32_OSRecoveryConfiguration) of ROOT\cimv2 and in 2 namespaces
ExpandedDebugFilePath property
CIMTYPE'string'
Description'The ExpandedDebugFilePath property is an expanded version of the DebugFilePath property.
Example: C:\WinNT\Memory.dmp'
readTrue
writeTrue
ExpandedDebugFilePath property is in 1 class (Win32_OSRecoveryConfiguration) of ROOT\cimv2 and in 2 namespaces
ExpandedMiniDumpDirectory property
CIMTYPE'string'
Description'The ExpandedMiniDumpDirectory property is an expanded version of the MiniDumpDirectory property.
Example: C:\WinNT\MiniDump'
readTrue
writeTrue
ExpandedMiniDumpDirectory property is in 1 class (Win32_OSRecoveryConfiguration) of ROOT\cimv2 and in 2 namespaces
KernelDumpOnly property
CIMTYPE'boolean'
DEPRECATEDTrue
Description'The KernelDumpOnly property has been deprecated in favor of the DebugInfoType property in the same class. All future work should use this new property.
The KernelDumpOnly property indicates whether only kernel debug information will be written to the debug log file.
Values TRUE or FALSE. If TRUE, then only the state of kernel is written to a file in the event of a system failure. If FALSE, the system will try to log the state of the memory and any devices that can provide information about the system when it failed.'
MappingStrings['Win32Registry|SYSTEM\CurrentControlSet\Control\CrashControl|KernelDumpOnly']
readTrue
writeTrue
KernelDumpOnly property is in 1 class (Win32_OSRecoveryConfiguration) of ROOT\cimv2 and in 2 namespaces
MiniDumpDirectory property
CIMTYPE'string'
Description'The MiniDumpDirectory property indicates the directory where small memory dump files will be recorded and accumulated.
Example: %systemRoot%\MiniDump'
MappingStrings['Win32Registry|SYSTEM\CurrentControlSet\Control\CrashControl|MiniDumpDir']
readTrue
writeTrue
MiniDumpDirectory property is in 1 class (Win32_OSRecoveryConfiguration) of ROOT\cimv2 and in 2 namespaces
Name property
CIMTYPE'string'
Description'The Name property contains an identifying name for this instance of the Win32_OSRecoveryConfiguration class.'
keyTrue
MappingStrings['WMI']
MaxLen256
readTrue
Name property is in 1046 classes of ROOT\cimv2 and in 142 namespaces
OverwriteExistingDebugFile property
CIMTYPE'boolean'
Description'The OverwriteExistingDebugFile property indicates whether a new log file will overwrite an existing one.
Values: TRUE or FALSE. If TRUE, the existing debug file will be overwritten. If FALSE, a log file is not written if the filename already exists.'
MappingStrings['Win32Registry|SYSTEM\CurrentControlSet\Control\CrashControl|Overwrite']
readTrue
writeTrue
OverwriteExistingDebugFile property is in 1 class (Win32_OSRecoveryConfiguration) of ROOT\cimv2 and in 2 namespaces
SendAdminAlert property
CIMTYPE'boolean'
Description'The SendAdminAlert property indicates whether or not an alert message will be sent to the system administrator in the event of an operating system failure.
Values: TRUE or FALSE. If TRUE, the system will send an alert to the system administrator.'
MappingStrings['Win32Registry|SYSTEM\CurrentControlSet\Control\CrashControl|SendAlert']
readTrue
writeTrue
SendAdminAlert property is in 1 class (Win32_OSRecoveryConfiguration) of ROOT\cimv2 and in 2 namespaces
WriteDebugInfo property
CIMTYPE'boolean'
DEPRECATEDTrue
Description'The WriteDebugInfo property has been deprecated in favor of the DebugInfoType property in the same class. All future work should use this new property.
The WriteDebugInfo property indicates whether or not debugging information is to be written to a log file.
Values: TRUE or FALSE. If TRUE, debug information is written to a file.'
MappingStrings['Win32Registry|SYSTEM\CurrentControlSet\Control\CrashControl|CrashDumpEnabled']
readTrue
writeTrue
WriteDebugInfo property is in 1 class (Win32_OSRecoveryConfiguration) of ROOT\cimv2 and in 2 namespaces
WriteToSystemLog property
CIMTYPE'boolean'
Description'The WriteToSystemLog property indicates whether or not events will be written to a system log.
Values: TRUE or FALSE. If TRUE, information will be written to a system log file.'
MappingStrings['Win32Registry|SYSTEM\CurrentControlSet\Control\CrashControl|LogEvent']
readTrue
writeTrue
WriteToSystemLog property is in 1 class (Win32_OSRecoveryConfiguration) of ROOT\cimv2 and in 2 namespaces

Derived properties (3) of Win32_OSRecoveryConfiguration class

Caption property
CIMTYPE'string'
Description'A short textual description (one-line string) of the CIM_Setting object.'
MaxLen64
readTrue
Caption property is in 1050 classes of ROOT\cimv2 and in 37 namespaces
Description property
CIMTYPE'string'
Description'A textual description of the CIM_Setting object.'
readTrue
Description property is in 1061 classes of ROOT\cimv2 and in 142 namespaces
SettingID property
CIMTYPE'string'
Description'The identifier by which the CIM_Setting object is known.'
MaxLen256
readTrue
SettingID property is in 37 classes of ROOT\cimv2 and in 10 namespaces

Win32_OSRecoveryConfiguration Qualifiers

NameValueToInstanceToSubclassOverridableAmendedLocal
Description'The Win32_OSRecoveryConfiguration class represents the types of information that will be gathered from memory when the operating system fails. This includes boot failures and system crashes.'
dynamicTrue
Locale1033
provider'CIMWin32'
SupportsUpdateTrue
UUID'{8502C4E8-5FBB-11D2-AAC1-006008C78BC7}'

Win32_OSRecoveryConfiguration System properties

NameValueOriginCIMTypeLocalArray
__PATH'\\.\ROOT\cimv2:Win32_OSRecoveryConfiguration'___SYSTEM8
__NAMESPACE'ROOT\cimv2'___SYSTEM8
__SERVER'.'___SYSTEM8
__DERIVATION['CIM_Setting']___SYSTEM8
__PROPERTY_COUNT15___SYSTEM3
__RELPATH'Win32_OSRecoveryConfiguration'___SYSTEM8
__DYNASTY'CIM_Setting'___SYSTEM8
__SUPERCLASS'CIM_Setting'___SYSTEM8
__CLASS'Win32_OSRecoveryConfiguration'___SYSTEM8
__GENUS1___SYSTEM3

Similar Classes to Win32_OSRecoveryConfiguration

Number of classes:19
WUtils.com
online utility - toplist