Powershell获取并导出指定日期EventLog

$date = Get-Date 28/07/16  

Get-EventLog -After $date "Application"|Export-Csv c:\ming.csv

posted on 2016-12-30 17:19  明明叨叨  阅读(897)  评论(0编辑  收藏  举报

导航