如何在Windows7上安装Hyper-v manager
下载 RSAT tools
 Windows 7的远程服务器管理工具(RSAT)目前已经在微软下载中心提供免费下载,包括215.1MB的32位版本和222.1MB的64位版本。通过远程服务器管理工具RSAT,管理员可以在安装了Windows 7系统的客户端上远程管理Windows Server 2008 R2、Windows Server 2008或者Windows Server 2003的服务器角和特性。

  在RSAT中包含以下组件:
  服务器管理工具(Server Administration Tools):服务器管理器
  角管理工具(Role Administration Tools):包括Active Directory Certificate Services (AD CS,活动目录验证服务) 工具、Active Directory Domain Services(AD DS,活动目录域服务)工具、Active Directory Lightweight Directory Services (AD LDS,轻型目录服务)、DHCP工具、DNS工具、文件服务工具、Hyper-V工具、终端服务工具等。
  特性管理工具(Feature Administration Tools):包括BitLocker密码恢复察看器、集恢复工具、组策略管理工具、网络负载平衡工具、SMTP服务器、存储管理器、SAN存储管理器、Windows资源管理器等等。
     RSAT下载链接:www.microsoft/downloads/details.aspx?FamilyID=7d2f6ad7-656b-4313-a005-4e344e43997d&displaylang=en
Microsoft Remote Server Administration Tools for Windows
www.microsoft/downloads/details.aspx?FamilyID=7d2f6ad7-656b-4313-a005-4e344e43997d&displaylang=en
安装该工具
启用Hyper-v tool的功能,如图:
如果客户端属于域环境,恭喜您,现在就可以尝试连接了,如若是工作组,还得参考以下步骤:
下载Hyper-v远程管理配置工具:code.msdn.microsoft/HVRemote/Release/ProjectReleases.aspx?ReleaseId=2338
以管理员命令运行cmd,在命令行下输入:cscript //h:cscript (将wscript的模式切换到cscript,否则无法执行HVRemote)
active下载
通过CMDkey的命令存储连接到Hyper-v server的用户名和密码:cmdkey /add:targetname /user:username /pass:password
最后,使用hvremote工具HVRemote.wsf /anondcom:grant 允许客户端使用匿名的方式远程访问DCOM
Note that granting ANONYMOUS LOGON remote access to Distributed DCOM lowers the security settings of the client machine. It should only be enabled if necessary. In particular, it is NOT required when both the server and client are domain joined, and they are either in the same or trusted domains. This setting will be needed in untrusted domains, or workgroup environments. The reason is that Hyper-V Manager gets asynchronous callbacks from the server for certain WMI events. In those configurations, the server does not have authentication credentials to contact the client.
至此,尝试使用Hyper-v manger 连接到Hyper-v server了。