https://technet.microsoft.com/en-us/magazine/ff700227.aspx Key steps are: Start Powershell as Admin type: get-service winrm type: Enable-PSRemoting Afterwards, the WinRM service should be running and you should have an enabled firewall rule for WinRM, you can verify that the service is running by typing... get-service winrm | format-list