PowerShellでtailする
from Windowsバッチでtailする
PowerShellでアレしたい
code:tail.ps1
Get-Content -Encoding UTF8 -Path C:\hoge\hoge.log -Tail 0 -Wait
Get-Contentコマンドの-Tailオプションを使えばできる
-Encodingオプション追加した(2020/02/18)