我正在运行Windows 2003,我想在特定时间获取事件列表...在下午12:06之后.我怎么才能获得当时的那些活动?我试过这个:
powershell get-eventlog application -after "3/15/2013 12:06:00 pm"
Run Code Online (Sandbox Code Playgroud)
但我收到一个错误:
Cannot bind parameter 'InstanceId....
Run Code Online (Sandbox Code Playgroud)
CB.*_*CB. 10
这工作:
powershell -command "get-eventlog application -after ([datetime]'3/15/2013 12:06:00 pm')"
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
16258 次 |
| 最近记录: |