powershell PowerShell:将Windows事件另存为XML
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了powershell PowerShell:将Windows事件另存为XML相关的知识,希望对你有一定的参考价值。
([xml](Get-WinEvent -ProviderName "Application Error" | ? {$_.Message -match 'hpCaslNotification.exe' -and $_.Message -match 'KERNELBASE.dll'} | Select -First 1).ToXML()).Save([Console]::Out)
以上是关于powershell PowerShell:将Windows事件另存为XML的主要内容,如果未能解决你的问题,请参考以下文章
解决powershell无法使用conda虚拟环境问题
PowerShell 运维菜鸟系列-02-批量取n台Windows KEY(2018年大年初一奉献)
powershell Powershell用于将Powershell与SharePoint 2007一起使用
powershell 将SQLite与PowerShell一起使用
powershell 从powershell将数据插入表中
powershell PowerShell:将Windows事件另存为XML