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\"

  1. microsoft-windows-failoverclustering diagnostic.etl.001
  2. microsoft-windows-failoverclustering diagnostic.etl.002
  3. 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:

understanding cluster debug log in 2008


Comments

Popular posts from this blog

matlab - "Contour not rendered for non-finite ZData" -

javascript - Any ideas when Firefox is likely to implement lengthAdjust and textLength? -

delphi - Indy UDP Read Contents of Adata -