Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
534 views
in Technique[技术] by (71.8m points)

xml - Powershell-获取高级事件日志信息(xml?)(Powershell - Getting advanced eventlog informations (xml?))

I need to read specific informatiosn from eventlog.

(我需要从事件日志中阅读特定的信息。)

For example - Security log, ID 4648. With simple "Get-Eventlog" i can't get informations like TargetUserName or TargetDomainName in easy way - only from .message value, but it's way harder to read one/two informations from full text.

(例如-安全日志,ID4648。使用简单的“ Get-Eventlog”,我无法以简单的方式获取诸如TargetUserName或TargetDomainName之类的信息-仅从.message值获取,但要从全文中读取一两个信息则更加困难。)

Can i read this from XML eventlog, without exporting log to file?

(我可以在不将日志导出到文件的情况下从XML事件日志中读取此信息吗?)

XML事件日志

  ask by MalySzaryCzlowiek translate from so

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

I would recommend using as described here: https://devblogs.microsoft.com/scripting/data-mine-the-windows-event-log-by-using-powershell-and-xml/

(我建议按如下所述使用: https : //devblogs.microsoft.com/scripting/data-mine-the-windows-event-log-by-using-powershell-and-xml/)

and here: https://blogs.technet.microsoft.com/ashleymcglone/2013/08/28/powershell-get-winevent-xml-madness-getting-details-from-event-logs/

(此处: https//blogs.technet.microsoft.com/ashleymcglone/2013/08/28/powershell-get-winevent-xml-madness-getting-details-from-event-logs/)

Which go into detail to achieve what you're looking for, additionally you can look further into the Get-EventLog cmdtlet: https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.management/get-eventlog?view=powershell-5.1

(其中详细介绍了要实现的目标,此外,您还可以进一步研究Get-EventLog cmdtlet: https ://docs.microsoft.com/zh-cn/powershell/module/microsoft.powershell.management/get -eventlog?view = powershell-5.1)


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...