zettelkasten/OneNoteExport/Technik/Powershell/Windows Server/02_Parse Logfiles.md
2023-08-17 19:32:37 +02:00

321 B

Parse Logfiles

Mittwoch, 11. Oktober 2017

08:12

 

Parse Logfiles :

 

**Get-Content ".\*log" | ? { ($_ | Select-String "/ews") -and ($_ | Select-String "Useralias")} **

 

Aus <http://blogs.technet.com/b/fun_with_powershell/archive/2013/10/22/parsing-log-files-using-windows-powershell.aspx>