I want to get the continuous streaming of a Log file as we get using
tail -f command in Linux
In windows how can i achieve this?
Get-Content -Path "file" -Wait