I have multiple IP addresses from differente network cards ¿How can I just display one?

Night_Warrior 1 Reputation point
2021-06-02T14:12:40.257+00:00

I have multiple IP addresses from differente network cards ¿How can I just display one?

Sysinternals
Sysinternals
Advanced system utilities to manage, troubleshoot, and diagnose Windows and Linux systems and applications.
1,094 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Dio 6 Reputation points
    2021-08-30T04:10:07.913+00:00

    Add WMI Select IPAddress from Win32_NetworkAdapterConfiguration where IPEnabled=TRUE

    1 person found this answer helpful.
    0 comments No comments