How to export Windows eventlog to CVS file | Luca's Space

How to export Windows eventlog to CVS file | Luca's Space

瀏覽:443
日期:2025-11-18
Here you find a powershell script for export windows eventlog to a CSV file in readable format... $DateAfter = [DateTime]::Today.AddDays(-1) $ComputerName = "." $MessageFind = "*usr7000*" $DateLog = Get-Date -Format 'yyyyMMdd' $CSVPath = "C:\Data ......看更多