- Nov
- 76
- 1
Hello all.
Maybe I'm missing something, but I can't figure it out...
I'm trying to retrieve the interface names that I assigned.
(on Win7, Network connections, and F2 on a specific adapter to rename it)
If I use %@IPNAMEN[n], then I get names like :
Those are technically correct, but not the names I'm looking for.
If I use %@IPALIASES[n], I get an empty string.
This is also correct, since in Windows, an alias is actually a different IP config for the same adapter, so it's not just limited to the interface name.
If I use %@IPDESC[n], I get this :
Again, also true but not the names I'm looking for.
So short of using %@EXECSTR[NETSH...], if there a built-in function to get me this info?
Thanks.
x13
Maybe I'm missing something, but I can't figure it out...
I'm trying to retrieve the interface names that I assigned.
(on Win7, Network connections, and F2 on a specific adapter to rename it)
If I use %@IPNAMEN[n], then I get names like :
{DAE8366E-2855-4154-A56F-3957062BEE1F}
{F6F7C705-D880-4C35-A2B0-CD6714B587E1}
{540FD87B-6A0D-411C-BFDE-DEEF77FDD6E6}
{F6F7C705-D880-4C35-A2B0-CD6714B587E1}
{540FD87B-6A0D-411C-BFDE-DEEF77FDD6E6}
Those are technically correct, but not the names I'm looking for.
If I use %@IPALIASES[n], I get an empty string.
This is also correct, since in Windows, an alias is actually a different IP config for the same adapter, so it's not just limited to the interface name.
If I use %@IPDESC[n], I get this :
Realtek PCIe GBE Family Controller
DisplayLink Ethernet
Qualcomm Atheros QCA9565 802.11b/g/n WiFi Adapter
DisplayLink Ethernet
Qualcomm Atheros QCA9565 802.11b/g/n WiFi Adapter
Again, also true but not the names I'm looking for.
So short of using %@EXECSTR[NETSH...], if there a built-in function to get me this info?
Thanks.
x13