windows powershell 中的 tail -f 是什么?

what is the equivalent of tail -f in windows powershell?

我想在使用

时获取日志文件的连续流

tail -f command in Linux

在 windows 我怎样才能做到这一点?

Get-Content -Path "file" -Wait