PowerShell for Windows Admins

Oct 30 2010   7:00AM GMT

OS Recovery Options



Posted by: Richard Siddaway
Operating System

What  happens if your OS has a problem and crashes. You can easily check the configuration of the recovery options using WMI

001
002
003
004
005
006
007
008
Get-WmiObject Win32_OSRecoveryConfiguration |
select Name, AutoReboot, DebugFilePath,
DebugInfoType,
ExpandedDebugFilePath, ExpandedMiniDumpDirectory,
KernelDumpOnly, MiniDumpDirectory,
OverwriteExistingDebugFile,
SendAdminAlert, WriteDebugInfo,
WriteToSystemLog

Another simple tool for checking your system configuration

Comment on this Post

Leave a comment: