Forum Discussion
Oct 10, 2022
Windows Server Event IDs for finding boot time and relevant information
Hi, For a customer on-premises Windows based environment with mix of Servers 2012, 2016 and 2019, there is a need to generate a report of servers through a PowerShell script with following inform...
Dave Patrick
Oct 10, 2022MVP
Read on here, then roll your own.
Use PowerShell to Parse Saved Performance Counter Logs - Scripting Blog (microsoft.com)
- Oct 12, 2022Thanks Dave Patrick,
I have found something that I was looking here :
https://github.com/mikejudd/ConnectWise-Automate-ServerUptimeStatistics/blob/master/Retrieve-Server-Uptime-Statistics.ps1
I am working to customized it as per my requirements. Thanks.- Dave PatrickOct 13, 2022MVP
Sounds good, please don't forget to mark helpful replies.