您好,登錄后才能下訂單哦!
遠(yuǎn)程連接到Hyper-V HOST
為了日常運(yùn)維管理操作,使用遠(yuǎn)程PowerShell工作。Windows 10上安裝了RSAT(遠(yuǎn)程管理工具 )。然后安裝了Hyper-V控制臺(tái):
在能夠遠(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并配置以下策略
現(xiàn)在,您可以利用新的Hyper-V管理器功能,該功能可以使用備用憑據(jù)連接到Hyper-V
免責(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)容。