Just a heads up, I run into an issue after the lastest patch stopped my hyper-v server from talking to my laptop... it appears that the basic
winrm set winrm/config/client '@{TrustedHosts="THE_NAME_OF_THE_SERVER"}'
no longer works and I had to go around it using
Get-Item...