大橙子网站建设,新征程启航
为企业提供网站建设、域名注册、服务器等服务
建站服务器
远程连接到Hyper-V HOST
翔安网站制作公司哪家好,找成都创新互联公司!从网页设计、网站建设、微信开发、APP开发、响应式网站建设等网站项目制作,到程序开发,运营维护。成都创新互联公司成立于2013年到现在10年的时间,我们拥有了丰富的建站经验和运维经验,来保证我们的工作的顺利进行。专注于网站建设就选成都创新互联公司。为了日常运维管理操作,使用远程PowerShell工作。Windows 10上安装了RSAT(远程管理工具 )。然后安装了Hyper-V控制台:
在能够远程连接到Hyper-V之前,需要从服务器和客户端角度进行一些配置。在两个节点中,运行以下cmdlet:
Enable-WSManCredSSP -Role server
在您的笔记本电脑中,运行以下cmdlet(由未来的Hyper-V主机FQDN替换hyper-v-host):
Set-ItemWSMan:\\localhost\\Client\\TrustedHosts-Value"10.10.0.5" Set-ItemWSMan:\\localhost\\Client\\TrustedHosts-Value"hyper-v-host-01" Set-ItemWSMan:\\localhost\\Client\\TrustedHosts-Value"10.10.0.6" Set-ItemWSMan:\\localhost\\Client\\TrustedHosts-Value"hyper-v-host-02" Enable-WSManCredSSP-Roleclient-DelegateComputer"10.10.0.5" Enable-WSManCredSSP-Roleclient-DelegateComputer"hyper-v-host-01" Enable-WSManCredSSP-Roleclient-DelegateComputer"10.10.0.6" Enable-WSManCredSSP-Roleclient-DelegateComputer"hyper-v-host-02"
然后,运行gpedit.msc并配置以下策略
现在,您可以利用新的Hyper-V管理器功能,该功能可以使用备用凭据连接到Hyper-V