Re: NIC Configurations



Ron Bergin <rkb@xxxxxxxxxx> wrote in
news:0cee7074-36e1-4417-8fe1-ceefcdbfc824@xxxxxxxxxxxxxxxxxxxxxxxxxxx:

On Mar 29, 7:16 pm, Cosmic Cruizer <XXjbhun...@xxxxxxxxxxxxxx> wrote:
From a Windows box, I need to remotely look at the NICs of about 60
Windows servers I have administrative accounts on.

I was going to try and use IO::Interface, but I cannot get the
module installed. I cannot find the PPD for IO-Interface-1.04 so I
can use ppm.

Does anybody have a Perl solution for getting the NIC configurations
on remote Window servers? Is IO-Interface my best option?

Thanks,

Coz.

Have you looked into trying one of these modules?

Win32::IPConfig
http://search.cpan.org/~jmacfarla/Win32-IPConfig-0.09/lib/Win32/IPConfi
g.pm

Win32::IPConfig::Adapter
http://search.cpan.org/~jmacfarla/Win32-IPConfig-0.09/lib/Win32/IPConfi
g/Adapter.pm

Net::Address::Ethernet
http://search.cpan.org/~mthurn/Net-Address-Ethernet-1.111/lib/Net/Addre
ss/Ethernet.pm


Thanks Ron. It looks like Win32::IPConfig will do what I need.
.