Powershell获取并导出指定日期EventLog

$date = Get-Date 28/07/16  

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

原文地址:https://www.cnblogs.com/dianzixiaoming/p/6237710.html