Back in my HPUX\Linux days I used to use tail -f on logfiles to monitor them as they grow. A friendly contact at Microsoft shared this trick with me.
Get-Content -Path "C:\scripts\test.txt" -Wait
Back in my HPUX\Linux days I used to use tail -f on logfiles to monitor them as they grow. A friendly contact at Microsoft shared this trick with me.
Get-Content -Path "C:\scripts\test.txt" -Wait