Windgraze
Results
1
issues of
Windgraze
Watchpath should allow for script to run based on results from a file appearing using -tail. i.e. Get-Content -Path C:\folder\thisisalog.log -Tail 1 -Wait | % {if ($_ -match "Remote_http") {write-host...