In PowerShell 1.0, managing event logs wasn't too difficult, assuming you only needed local information and nothing too specific. If you wanted to find all errors that had occurred in the system event ...
Here are the three commands to extract Even logs using PowerShell. Using Get-WinEvent Using Get-EventLog Using wevtutil for Raw EVTX Logs You can run these commands on PowerShell or Windows Terminal.