is there a way to use PowerShell to query a "saved" event log file?

Answered is there a way to use PowerShell to query a "saved" event log file?

  • Monday, January 28, 2013 8:21 PM
     
     
    There are two event log commandlets, get-eventlog and get-winevent, but I don't see an option to specify a file for either of them, only a name of a registered event log on the system. Is there a way to query a saved event log, possibly one copied from a Windows Server 2003 machine?

All Replies