You could try patching the host fully, otherwise copy off to removable, clean install it, patch fully, add hyper-v role, import VMs and move on.
--please don't forget to upvote and Accept as answer if the reply is helpful--
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
In hyper-v manager, the VM shows no ip address under the networking tab
on the hyper-v core host, Get-VMNetworkAdapter returns {} for ipaddress
This prevents guest processing on my backup, since it won't pass the ip.
The VM is a DC, server 2016, and everything works. I tried the steps in this article https://learn.microsoft.com/en-us/troubleshoot/windows-server/virtualization/get-vmnetworkadapter-doesnt-report-ip-addresses
I verified that Key-Value Pair Exchange Integration Service is enabled
Get-WmiObject -Namespace "root\standardcimv2" -Class __Win32Provider | select __NAMESPACE, Name verified that NetTCPIP WMI is running
no invalid class messages from MSFT_NetIPInterfaceAdapter, scrolled a couple screens and I don't see anything invalid classs etc.
How do I fix so Get-VMNetworkAdapter to return the actual ip address of the guest OS, (Winserver 2016)?
thanks!
Ron
You could try patching the host fully, otherwise copy off to removable, clean install it, patch fully, add hyper-v role, import VMs and move on.
--please don't forget to upvote and Accept as answer if the reply is helpful--
This one may sort it.
--please don't forget to upvote and Accept as answer if the reply is helpful--
Get-VMNetworkAdapter -VMName * | Format-Table -AutoSize
should get all of them on your host assuming they're powered up.