Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
#定义etl文件 $etlFile = 'test.etl'
#检索内容 $log = Get-WinEvent -Path $etlFile –Oldest
有没有其他方法可以解析 .etl 文件来读取 etw 事件?