Retrieve System Boot Up Times from the Last 1 Months Using PowerShell

1 month ago
1

This PowerShell script allows you to track your computer's boot-up history over the last one months. By querying the system event logs for Event ID 6005, which marks the start of the Event Log service and typically corresponds with system boot-up, the script provides a clear list of all boot times within the specified period.

Loading comments...