First I had an error saying Windows Remote Management wasn't installed. I got it here:
http://www.microsoft.com/downloads/details.aspx?FamilyID=845289ca-16cc-4c73-8934-dd46b5ed1d33&DisplayLang=enSecond problem was this error:
"The installer has detected that HTTPs Listener is not enabled for Windows Remote Management. Enable HTTPs Listener for Windows Remote Management to use Standards Remote Management capabilities. See "Remote Enablement Requirements" section in the Installation and Security User's Guide for detailed information. Note: Remote Enablement is applicable only for systems that support Server Instrumentation."This led to this post:
http://msdn.microsoft.com/en-us/library/aa384372(VS.85).aspxThe fix was to run:
winrm quickconfigThis enabled an HTTP listener, but not an HTTPS one. Re-reading the above url, this worked:
winrm quickconfig -transport:https