ScriptDeck
ScriptDeck copied to clipboard
Watchpath log tail
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 "run code here"}}