http://qs1969.pair.com?node_id=573147


in reply to Remote admin script for Win32 ?

Hi,
not so much a pure perl tool, but I have successfully used Windoze's netsh to query a bunch of M$ DHCP servers remotely. Netsh also serves a lot of other purposes in the windows world. Just type netsh help in a Windows console window and make your way through the documentation. It's more powerfull as it looks like at first sight
I use perl scripts with system('netsh...') calls.
Is that what you are after?
Regards,
svenXY