Hyper-V 2016 配置管理系列(Part7)

建站服务器

远程连接到Hyper-V HOST

为了日常运维管理操作,使用远程PowerShell工作。Windows 10上安装了RSAT(远程管理工具 )。然后安装了Hyper-V控制台:

在能够远程连接到Hyper-V之前,需要从服务器和客户端角度进行一些配置。在两个节点中,运行以下cmdlet:

Enable-WSManCredSSP -Role server

在您的笔记本电脑中,运行以下cmdlet(由未来的Hyper-V主机FQDN替换hyper-v-host):

Set-Item WSMan:\\\\localhost\\\\Client\\\\TrustedHosts -Value "10.10.0.5"
Set-Item WSMan:\\\\localhost\\\\Client\\\\TrustedHosts -Value "hyper-v-host-01"
Set-Item WSMan:\\\\localhost\\\\Client\\\\TrustedHosts -Value "10.10.0.6"
Set-Item WSMan:\\\\localhost\\\\Client\\\\TrustedHosts -Value "hyper-v-host-02"
Enable-WSManCredSSP -Role client -DelegateComputer "10.10.0.5"
Enable-WSManCredSSP -Role client -DelegateComputer "hyper-v-host-01"
Enable-WSManCredSSP -Role client -DelegateComputer "10.10.0.6"
Enable-WSManCredSSP -Role client -DelegateComputer "hyper-v-host-02"

然后,运行gpedit.msc并配置以下策略

现在,您可以利用新的Hyper-V管理器功能,该功能可以使用备用凭据连接到Hyper-V

更多关于云服务器域名注册虚拟主机的问题,请访问西部数码官网:www.west.cn

赞(0)
声明:本网站发布的内容(图片、视频和文字)以原创、转载和分享网络内容为主,如果涉及侵权请尽快告知,我们将会在第一时间删除。文章观点不代表本网站立场,如需处理请联系客服。电话:028-62778877-8306;邮箱:fanjiao@west.cn。本站原创内容未经允许不得转载,或转载时需注明出处:西部数码知识库 » Hyper-V 2016 配置管理系列(Part7)

登录

找回密码

注册