溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊(cè)×
其他方式登錄
點(diǎn)擊 登錄注冊(cè) 即表示同意《億速云用戶服務(wù)條款》

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

發(fā)布時(shí)間:2020-07-11 11:35:15 來(lái)源:網(wǎng)絡(luò) 閱讀:499 作者:驚艷了青春 欄目:建站服務(wù)器

遠(yuǎn)程連接到Hyper-V HOST

為了日常運(yùn)維管理操作,使用遠(yuǎn)程PowerShell工作。Windows 10上安裝了RSAT(遠(yuǎn)程管理工具 )。然后安裝了Hyper-V控制臺(tái):

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

在能夠遠(yuǎn)程連接到Hyper-V之前,需要從服務(wù)器和客戶端角度進(jìn)行一些配置。在兩個(gè)節(jié)點(diǎn)中,運(yùn)行以下cmdlet:

Enable-WSManCredSSP -Role server

在您的筆記本電腦中,運(yùn)行以下cmdlet(由未來(lái)的Hyper-V主機(jī)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"


然后,運(yùn)行g(shù)pedit.msc并配置以下策略

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

現(xiàn)在,您可以利用新的Hyper-V管理器功能,該功能可以使用備用憑據(jù)連接到Hyper-V

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

向AI問(wèn)一下細(xì)節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如果涉及侵權(quán)請(qǐng)聯(lián)系站長(zhǎng)郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI