microsoft/Get-NetView

Get-VMNetworkAdapter* cmdlets not working

Closed this issue · 1 comments

The Get-VMNetworkAdapter* cmdlets reference the DeviceID to try to identify the adapter, but the DeviceID only exists in the output of the Get-VMNetworkAdapter cmdlet. I submitted a PR (#69) that allows the cmdlets to correctly reference the adapters and get the required data.

This was fixed by PR #69