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
He who controls the shell, controls the universe.
1: $a = ipconfig /all | findstr "172.16.1." | %{$_.remove(0,44)}
2: route add 192.168.0.0 mask 255.255.0.0 $a
Posted by
aleksandar
at
12:37 PM
Filed under: powershell
1 comment(s):
da li radi feed za komentare?
Post a Comment