PowerShell Tail Command
In a recent customer conversation, they were excited that PowerShell 5.0 would contain the option to tail a log file. While they were excited to get that feature, they were less excited to hear that PowerShell 3.0 had already added the –Tail parameter to the Get-Content cmdlet. Previously there have been other solutions to get this functionality, but is now native in PowerShell.
As an example: