To monitor the contents of a text file (like a log file) using Powershell, you can use the following command:
Get-Content someFile.txt -wait
To monitor the contents of a text file (like a log file) using Powershell, you can use the following command:
Get-Content someFile.txt -wait
(via http://www.servethehome.com/change-hyper-v-network-category-public-private-powershell)