Link to home
Start Free TrialLog in
Avatar of LCNW
LCNWFlag for United States of America

asked on

Remote Management Hyper-V

I have installed the Hyper-V role on a server 2008 core edition. I then added the management tools to a separate server 2008. When I try to connect to the server it fails. Any ideas? The firewall on the core server is disabled and still no luck. It says the operation on the computer failed.
ASKER CERTIFIED SOLUTION
Avatar of itprotocall
itprotocall
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
The admin station and the server need to be in the same domain.
Make sure you admin station is allowing incoming and outgoing connections to and from the server.
Also, use some of the following commands on Server Core to enable remote management.

Enable remote management from any MMC snap-in -
netsh advfirewall firewall set rule group="Remote Administration" new enable=yes

Use Windows Firewall snap-in from Vista or Server 2008 machine to remotely manage the Server Core firewall -
netsh advfirewall set currentprofile settings remotemanagement enable

Enable Remote Desktop for Administration -
cscript c:\windows\system32\scregedit.wsf /AR /v 0
http://itprostuff.blogspot.com/2008/07/server-2008-core-configuration.html
http://technet.microsoft.com/en-us/library/cc753802.aspx