Sometimes you just want to pull a quick check of Reliability Monitor remotely. Easy to do!
Get-WmiObject Win32_ReliabilityRecords -ComputerName machineIP -Property Message | Select-Object -first 10 Message | Format-List *
Sometimes you just want to pull a quick check of Reliability Monitor remotely. Easy to do!
Get-WmiObject Win32_ReliabilityRecords -ComputerName machineIP -Property Message | Select-Object -first 10 Message | Format-List *
Powered by WordPress & Theme by Anders Norén
Leave a Reply