大家好 ,
昨天,我们将AOS升级为5.20 LTS,并且在大多数VM上出现了警报,如下
NGT应该升级到最新版本,当升级VM时,我们需要通过PC升级所有VM
但是,当升级手册时,操作成功,对于您的信息VM OS 2016。
谢谢
最好的答案Walid Fawzy
$certificate = New-SelfSignedCertificate -DnsName $env:computername -CertStoreLocation cert:\\LocalMachine\\Mywinrm create winrm\/config\/Listener?Address=*+Transport=HTTPS \"@{Hostname=`\"$env:computername`\";CertificateThumbprint=`\"$($certificate.ThumbPrint)`\"}\"<\/pre>-----------------------------------------------------------<\/p>
cmd \/c 'winrm set winrm\/config\/service\/auth @{Basic=\"true\"}'<\/pre>netsh advfirewall firewall add rule name=\\\"WinRM-HTTPS\\\" dir=in localport=5986 protocol=TCP action=allow<\/pre>\u00a0<\/p>
or from the following KB\u00a0<\/p>