tail equivalent in windows powershell
Connect to remote session from powershell
Enter-PSSession -ComputerName remotecomputerIpOrhostname -Credential username
Get-Content -Path filepath -Wait
Connect to remote session from powershell
Enter-PSSession -ComputerName remotecomputerIpOrhostname -Credential username
Get-Content -Path filepath -Wait