https://github.com/SMSAgentSoftware/ReliabilityViewer
Reliability Viewer for Windows displays reliability data for a local or remote computer.
https://github.com/SMSAgentSoftware/ReliabilityViewer
Last synced: 4 months ago
JSON representation
Reliability Viewer for Windows displays reliability data for a local or remote computer.
- Host: GitHub
- URL: https://github.com/SMSAgentSoftware/ReliabilityViewer
- Owner: SMSAgentSoftware
- Created: 2017-01-19T14:40:55.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-07-10T21:40:14.000Z (almost 5 years ago)
- Last Synced: 2024-08-13T07:05:32.673Z (8 months ago)
- Language: PowerShell
- Homepage:
- Size: 2.07 MB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - SMSAgentSoftware/ReliabilityViewer - Reliability Viewer for Windows displays reliability data for a local or remote computer. (PowerShell)
README
# ReliabilityViewer
Reliability Viewer for Windows displays reliability data for a local or remote computer.
It is based on the concept of the built-in Windows Reliability Monitor, but allows you to also view data for remote computers (PS Remoting required), something the built-in monitor cannot do since Windows Vista.The application allows you to review the entire reliability history for a computer in a datagrid, and enables you to filter the records to search for specific events.
The application can also generate a system stability chart using Microsoft Excel, which uses reliability metrics to give an overview of the stability of the system over time.
It is a useful troubleshooting tool to identify stability issues on a Windows system by reporting key system events such as
Application crashes
Software Update installations
MsiInstaller events
Unexpected system shutdowns
Blue-screens
Driver installations
Hardware failureMore details on my blog:
http://smsagent.wordpress.com/tools/reliability-viewer-for-windows/