The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

netsh_dev_tests.pl - Script to exercise various functions in the Win32::Netsh family of modules

SYNOPSIS

netsh_dev_tests.pl {--help} {--list-interface} {--interface InterfaceName} {--enable-interface InterfaceName} {--list-ipv4} {--ipv4 InterfaceName} {--list-wlan} {--wlan InterfaceName} {--list-profile} {--add-profile WirelessProfileFilename} {--delete-profile WirelessProfileName} {--connect WirelessProfileName} {--disconnect}

OPTIONS

--list-interface

List all the network interfaces

--interface InterfaceName

List interface details about the specified interface.

Multiple --interface parameters can be provided

--enable-interface InterfaceName

Enable the specified specified interface.

Multiple --enable-interface parameters can be provided

--list-ipv4

List details about all the IPv4 connections

--ipv4 InterfaceName

List IPv4 details about the specified interface.

Multiple --ipv4 parameters can be provided

--list-wlan

List details about all wireless interfaces

--wlan InterfaceName

List details about the specified wireless interface

Multiple --wlan parameters can be provided

--list-profile

List details about all wireless profiles

--add-profile WirelessProfileFilename

Add the wireless profile using the wireless profile filename

Multiple --add-profile parameters can be provided

--delete-profile WirelessProfileName

Delete the specified wireless profile

Multiple --delete-profile parameters can be provided

--connect WirelessProfileName

Connect to the specified wireless profile

--disconnect

Disconnect any wireless connection

--help

Display basic help.

--man

Display more detailed help.

DESCRIPTION

The netsh_dev_tests.pl script is used to exercise various functions in the Win32::Netsh family of modules.