magritton
6/23/2014 - 11:46 AM

The first command ensure and winrm is running to enable remote sessions. The second command enables remote command via poweshell The third c

The first command ensure and winrm is running to enable remote sessions. The second command enables remote command via poweshell The third command checks to ensure both rm is running and the computer is set up for remote powershell commands

get-service winrm
Enable-PSRemoting –force
winrm quickconfig