http://www.perlmonks.org?node_id=946701


in reply to Slapping IP addresses on cards

I am seeking a way to bind numerous IP addresses to specified NICs under W2003.... Yes, I could do this through the GUI. But that is just gross. Not to mention error prone

All a GUI does is make some API calls, which usually write some registry entries :)

So first find out the names of API calls or registry entries you need to manipulate , then you can tackle it through Win32::OLE/Win32::API... these win32 tutorials/examples