gpt4 book ai didi

powershell - 如何仅从事件日志中检索事件的消息?

转载 作者:行者123 更新时间:2023-12-02 23:41:50 24 4
gpt4 key购买 nike

例如,使用:

Get-EventLog system -newest 5 -After 09202016 -Message "Something",

我以为“某物”可能是正在寻找的消息类型。

虽然我没有任何匹配:
Get-EventLog : No matches found
At line:1 char:13
+ Get-EventLog <<<< system -newest 5 -After 09202016 -Message The
+ CategoryInfo : ObjectNotFound: (:) [Get-EventLog], ArgumentException
+ FullyQualifiedErrorId : GetEventLogNoEntriesFound,Microsoft.PowerShell.Commands.GetEventLogCommand

最佳答案

您可能要使用通配符:

Get-EventLog system -newest 5 -After 09202016 -Message "*Something*"

关于powershell - 如何仅从事件日志中检索事件的消息?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39733797/

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