zettelkasten/OneNoteExport/Technik/Powershell/Windows Server/02_Parse Logfiles.md
Ralf Koop 7389e600f9 vault backup: 2023-11-12 11:19:55
Affected files:
2023-11-12 11:19:55 +01:00

341 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>

#nochzubearbeiten