Tail A File in Windows Server November 19, 2019 Linux has tail command. What about Windows? You can use Powershell to tail a file. Get-Content myLog.log –WaitGet-Content myLog.log –Wait