For those Unix / Linux admins that are forced to use Windows. Here was a great script that runs similarly to a tail -f command. I know, I know there is a tail.exe in the resource kit that runs exactly the same but this one is built into PowerShell.
Get-Content -Path <path to file> -Wait
C
Get-Content -Path <path to file> -Wait
C
Comments