IP address blank if Azure Accelerated Networking is used.

Pohlman, John 1 Reputation point
2020-12-04T16:16:40.01+00:00

Is there anyway to get BGINFO to show the IP when accelerated networking is turned on with an Azure VM?
Instead of the HyperV vNIC, it shows the Mellanox vNIC (which has no IP and does not show up under network connections).

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,585 questions
{count} votes

1 answer

Sort by: Most helpful
  1. SaiKishor-MSFT 17,221 Reputation points
    2020-12-11T23:50:26.167+00:00

    @Pohlman, John This can be achieved using a custom field using WMI query which looks like this-

    SELECT IPAddress FROM Win32_NetworkAdapterConfiguration WHERE IPEnabled=TRUE

    Please let me know if this helps. Thank you!

    Remember:

    Please accept an answer if correct. Original posters help the community find answers faster by identifying the correct answer. Here is how.

    Want a reminder to come back and check responses? Here is how to subscribe to a notification.

    0 comments No comments