damienvanrobaeys / About_my_device

About my device: A systray tool for that displays device information and run action like send logs or sync device
34 stars 6 forks source link

Multiple network cards / Hyper-V enabled #5

Open christophFeiker opened 3 years ago

christophFeiker commented 3 years ago

only last network card IP address is shown in the Details Tab. Within my tests this is was always the Hyper-V nic, but Hyper-V is just enabled for credential guard. I made following change

$win32_networkadapterconfiguration = Get-WmiObject -class "Win32_NetworkAdapterConfiguration" | Where {$_.IPEnabled -Match "True" -and $_.Description -notcontains "Hyper-V Virtual Ethernet Adapter"}

damienvanrobaeys commented 3 years ago

Many thanks for the feedback I will change this

damienvanrobaeys commented 3 years ago

It will be resolved in the next version