📜  在 powershell Win32_NTEventlogFile 中过滤 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:10.611000             🧑  作者: Mango

代码示例1
Get-WmiObject Win32_NTEventLogFile -Filter '(LogfileName="Application") OR (LogfileName="System")'