gpt4 book ai didi

Powershell Get-Eventlog 按时间过滤

转载 作者:行者123 更新时间:2023-12-04 22:48:04 25 4
gpt4 key购买 nike

我正在运行 Windows 2003 并且我想在特定时间获取事件列表......下午 12:06 之后。我怎样才能在那个时候只得到那些事件?我试过这个:

powershell get-eventlog application -after "3/15/2013 12:06:00 pm"

但我收到一个错误:
Cannot bind parameter 'InstanceId.... 

最佳答案

这有效:

 powershell -command  "get-eventlog application -after ([datetime]'3/15/2013 12:06:00 pm')"

关于Powershell Get-Eventlog 按时间过滤,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15443434/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com