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)
'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.'
'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'
'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)'
'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.'
'The MiniDumpDirectory property indicates the directory where small memory dump files will be recorded and accumulated. Example: %systemRoot%\MiniDump'
'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.'
'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.'
'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.'
'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.'
'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.'