Hyper-v

Como configurar un HYPERV replica con protocolo KERBEROS en windows 2022



1.Get-VMReplication
2.Test-NetConnection -ComputerName “HV2” -Port 80
3.Resolve-DnsName -Name “HV2”
4.Get-WinEvent -LogName Microsoft-Windows-Hyper-V-VMMS-Admin | Where-Object {$_.Message -like “*Replica*”} | Select-Object TimeCreated,Message
5.Test-Connection -ComputerName “HV2” -Count 5
6.Test-NetConnection -ComputerName “HV2” -InformationLevel Detailed
7.Test-NetConnection -ComputerName “HV2” -Port 3389 -InformationLevel Detailed

Como definir un HYPERV replica con protocolo KERBEROS en windows 2022

[ad_2]

source

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button