event log - How can one query the Cluster .etl logs thru Powershell? -
server 2008 onward cluster log stored in 3 different .etl files @ "%windir%\system32\winevt\logs\"
- microsoft-windows-failoverclustering diagnostic.etl.001
- microsoft-windows-failoverclustering diagnostic.etl.002
- microsoft-windows-failoverclustering diagnostic.etl.003
however, can't query these files thru get-winevent
get-winevent : c:\windows\system32\winevt\logs\microsoft-windows-failoverclustering%4diagnostic.etl.001 file not appear valid log file. specify .evtx, .etl, or .evt files values of path parameter.
am missing something? there way of querying these .etl filesthru powershell?
you can't read these files directly far know, have dump contents cluster.log file human readable output using get-clusterlog or cluster log /gen on 2008 systems:
Comments
Post a Comment