I am having a bit of trouble parsing the output of \'ipconfig /all\' using a regex. Currently I am using RegexBuddy for testing, but I want to use the regex in C#.NET.
M
Surely you can get all this information by using NetworkInterface.GetAllNetworkInterfaces()