mdrabble Posted September 10, 2024 Posted September 10, 2024 Been looking though the event logs to try and diagnose some slowness issues around the network and I am seeing the following Event Viewer warning for Hyper-V-VMMS Detected disconnected media state for network adapter '{3447DECC-E1C4-480A-9676-F57364662747}' that is attached to virtual switch '8C7F3949-1719-433E-A81C-6819AF9F53B9'. Any idea how to identify which VM is giving this error. Many thanks Mark
BVersini Posted September 11, 2024 Posted September 11, 2024 Try that for get all network adapter on the host: Get-VMNetworkAdapter -All or Get-VMNetworkAdapter -All | Where-Object { $_.Id -eq "3447DECC-E1C4-480A-9676-F57364662747" } 1
mdrabble Posted September 11, 2024 Author Posted September 11, 2024 Ok, slightly weird, that Get-VMNetworkAdapter -All | Where-Object { $_.Id -eq "3447DECC-E1C4-480A-9676-F57364662747" } doesnt show any VMs with that adapter. I'm guessing as out of the 3 nodes I have, as it is only appear on 1 - it must be a VM located on that particular host. Might have to migrate them so see which one it could be.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now