Simply replace ‘myTestLog.log’ with your file name (or path)
Power Shell will read the file to the screen
Then remain open and display any new lines appended to the file automatically.

Get-Content myTestLog.log –Wait