問題タブ [get-winevent]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
0 に答える
162 参照

parsing - powershell スクリプトを使用した ETL ファイルの解析

#etl ファイルの定義 $etlFile = 'test.etl'

#コンテンツの取得 $log = Get-WinEvent -Path $etlFile –Oldest

etw イベントを読み取るために .etl ファイルを解析する他の方法はありますか?