NETSH for dummies

  • Thread starter Thread starter Carl Hilton
  • Start date Start date
C

Carl Hilton

OK, I know I should be able to do this but can not get it done..
I want to be able to view/add/change WINS, DNS and the NetBIOS options
remotely for some machines.

Sorry to say I just can not figure out the NETSH command especially when
connecting to a remote machine. About all I can do is DUMP my workstations
configuration.

HELP.

Thanks
Carl
 
netsh -r sac-ap-gis interface ip show

The following commands are available:

Commands in this context:
show icmp - Displays ICMP statistics.
show interface - Displays IP interface statistics.
show ipaddress - Displays current IP addresses.
show ipnet - Displays IP net-to-media mappings.
show ipstats - Displays IP statistics.
show tcpconn - Displays TCP connections.
show tcpstats - Displays TCP statistics.
show udpconn - Displays UDP connections.
show udpstats - Displays UDP statistics.

O:\Downloads\CUSRMGR>netsh -r sac-ap-gis interface ip show interface

The Routing and Remote Access Service is not currently running on
sac-ap-gis.
Please use 'net start remoteaccess' on the machine to start the service.




I am totally confused.. Trying to show same thing as NETSH INTERFACE IP SHOW
CONFIG










O:\Downloads\CUSRMGR>
 
Good question. I don't really know myself but I found a link below that may help
which I plan to try out later. One way of using it on remote machines could be to use
the psexec utility from SysInternals which requires you have local administrator
rights on the remote machine and file and print sharing enabled. Otherwise startup
scripts can also work. --- Steve

http://www.winnetmag.com/WindowsNetworking/Article/ArticleID/41111/WindowsNetworking_41111.html
http://www.jsiinc.com/subi/tip4100/rh4141.htm
 
Back
Top