BACK TO INDEX

Win32_OSRecoveryConfiguration
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.
NameSpace Path
\ROOT\CIMV2\SMS
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
AutoRebootBooleanThe AutoReboot property determines whether the system will automatically reboot during a recovery operation. Values: TRUE or FALSE. If TRUE, the system will automatically rebooted.
CaptionStringA short textual description (one-line string) of the CIM_Setting object.
DebugFilePathStringThe 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
DebugInfoTypeUInt32The 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)
DescriptionStringA textual description of the CIM_Setting object.
ExpandedDebugFilePathStringThe ExpandedDebugFilePath property is an expanded version of the DebugFilePath property. Example: C:\WinNT\Memory.dmp
ExpandedMiniDumpDirectoryStringThe ExpandedMiniDumpDirectory property is an expanded version of the MiniDumpDirectory property. Example: C:\WinNT\MiniDump
KernelDumpOnlyBooleanThe 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.
MiniDumpDirectoryStringThe MiniDumpDirectory property indicates the directory where small memory dump files will be recorded and accumulated. Example: %systemRoot%\MiniDump
NameStringThe Name property contains an identifying name for this instance of the Win32_OSRecoveryConfiguration class.
OverwriteExistingDebugFileBooleanThe 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.
SendAdminAlertBooleanThe 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.
SettingIDStringThe identifier by which the CIM_Setting object is known.
WriteDebugInfoBooleanThe 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.
WriteToSystemLogBooleanThe 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.
SAMPLE DATA INSTANCE
   [LOCALE(1033): ToInstance Amended]
   instance of Win32_OSRecoveryConfiguration
   {
    AutoReboot = TRUE;
    DebugFilePath = "%SystemRoot%\\MEMORY.DMP";
    DebugInfoType = 1;
    ExpandedDebugFilePath = "C:\\WINDOWS\\MEMORY.DMP";
    ExpandedMiniDumpDirectory = "C:\\WINDOWS\\Minidump";
    KernelDumpOnly = FALSE;
    MiniDumpDirectory = "%SystemRoot%\\Minidump";
    Name = "Microsoft Windows Server 2003 R2 Standard Edition|C:\\WINDOWS|\\Device\\Harddisk0\\Partition1";
    OverwriteExistingDebugFile = TRUE;
    SendAdminAlert = TRUE;
    WriteDebugInfo = TRUE;
    WriteToSystemLog = TRUE;
   };