First of all, I would use DHCP if I had over hundred computers. You can
use -r, for example, netsh -r <remote machine's current IP> interface ip set
address "Local Area Connection" static <IP Address> <Subnet Mask> <Default
Gateway> 1.
Since the user doesn't have administrator right, you may create a script and
run it under group policy. This post may help too.
let a non-administrator user to ...
Posted: Tue Apr 08, 2008 2:18 pm Post subject: let a non-administrator
user to add a route on ... you want to know how to let a non-administrator
user to ...
http://www.chicagotech.net/netforums...062a64c0d3e80c
--
Bob Lin, MS-MVP, MCSE & CNE
Networking, Internet, Routing, VPN Troubleshooting on
http://www.ChicagoTech.net
How to Setup Windows, Network, VPN & Remote Access on
http://www.HowToNetworking.com
"RayRogers" <(E-Mail Removed)> wrote in message
news:9775B11B-7808-407D-8696-(E-Mail Removed)...
> Can anyone help on correct/complete netsh command to change client default
> gateway IP remotely. Users are not part of administrator group on client
> PC.
> Try to run this from one server, instead of hopping on hundreds of PCs.
> Thanks!