Search PowerShellers and other PowerShell-related sites

Friday, October 20, 2006

Code Test 2

1: $a = ipconfig /all | findstr "172.16.1." | %{$_.remove(0,44)}
2: route add 192.168.0.0 mask 255.255.0.0 $a