This is how I do this task I dont know that it is necessarily easy but it is scriptable to a degree and you dont have to log users off to do it. Click start > Run> the type runas /user:domain\userid cmd
you will be prompted for the account password then if you enter it right a command prompt will be launched. at the command line you can manipulate the network settings by utilizing the netsh command. if you want you can couple this with pstools and then you can manipulate the network settings of a remote machine and the remote user is none the wiser. we have recently had to push dns changes and this is how i do it in a batch file that contains commands like the following
psexec \\machinename netsh interface ip add dns "Local Area Connection" x.x.x.x
Main Topics
Browse All Topics





by: flubbsterPosted on 2009-09-28 at 05:26:30ID: 25438689
Take a look at this article here:
n_margosis /archive/2 004/07/07/ 175488.asp x
http://blogs.msdn.com/aaro
And on the same page, about a third of the way down, an alternative maybe.
Look for this comment date:
Monday, June 05, 2006 11:02 AM