321 B
321 B
Parse Logfiles
Mittwoch, 11. Oktober 2017
08:12
Parse Logfiles :
**Get-Content ".\*log" | ? { ($_ | Select-String "/ews") -and ($_ | Select-String "Useralias")} **