powershell_scripts
powershell_scripts copied to clipboard
Miscellaneous PowerShell scripts
Results
2
powershell_scripts issues
Sort by
recently updated
recently updated
newest added
This commit adds the ability to grep for something but instead of displaying just the matching lines it shows all the lines plus the matching ones colored in red. Also...
I ran the script after settting up a corresponding logstash filter and ended up getting nothing but red error output At C:\Temp\evt2ls.ps1:53 char:9 + $data = Get-WinEvent -FilterHashtable @{logname="*"; starttime=$starttime}...