Winrm fail
Hi, my windows 7 ult. is a domain member, i have a server windows server 2008 r2 on workgroup, i enable winrm on server, winrm /quickconfig, but didnt work yet, its possivel to connect winrm on workgroup??
Thanks
February 16th, 2011 2:16pm
what is the exact error you are receiving ?http://www.virmansec.com/blogs/skhairuddin
Free Windows Admin Tool Kit Click here and download it now
February 16th, 2011 3:49pm
Server Manager cannot connect to srv-mgm.
Connecting to remote server failed with the following error message: WinRm cannot process the request. The following error occured while using kerberos authentication: The network path was not found.
I try by IP too..the same error.
February 16th, 2011 3:56pm
please delete the user profile and give a tryhttp://www.virmansec.com/blogs/skhairuddin
Free Windows Admin Tool Kit Click here and download it now
February 16th, 2011 4:03pm
My win7 is on domain, the server is on workgroup.
February 16th, 2011 4:23pm
Hi,
Please ensure that Windows Firewall is enabled. If the firewall is disabled, the winrm /quickconfig command will fail. To overcome this, we either need
to start Windows Firewall service so as to run “winrm qc” or run the commands below:
sc config "WinRM" start= auto
net start WinRM
winrm create winrm/config/listener?Address=*+Transport=HTTP
netsh firewall add portopening TCP 80 "Windows Remote Management"
Meanwhile, the error message about Kerberos authentication that complains about WinRM not being able to authenticate you. Most likely, you are not a domain
member or you are trying to connect to a system outside your own domain. Kerberos is also not available when you specify a remote computer by using its IP address instead of computer name, or when you have no connection to your domain controller. To connect
under these conditions, make sure you set the TrustedHosts and try again. To do this, please refer to the article:
HOW TO ADD A COMPUTER TO THE TRUSTED HOSTS LIST
http://technet.microsoft.com/en-us/library/dd347642.aspx
You might have to use the Credential parameter to supply appropriate credentials.
BTW, if the issue persists, please also visit the following site for other troubleshooting:
WinRM (Windows Remote Management) Troubleshooting
http://blogs.technet.com/b/jonjor/archive/2009/01/09/winrm-windows-remote-management-troubleshooting.aspx
Best Regards
Dale
Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ”
Free Windows Admin Tool Kit Click here and download it now
February 17th, 2011 1:04am


