Questions tagged [netsh]

In software, netsh, or network shell, is a utility included in Microsoft's Windows NT line of operating systems beginning with Windows 2000. It allows local or remote configuration of network devices.

In software, netsh, or network shell, is a utility included in Microsoft's Windows NT line of operating systems beginning with Windows 2000. It allows local or remote configuration of network devices.

Technet Article

112 questions
1
vote
1 answer

how to let a user change network settings without admin rights, hostednetwork mode change, runas

I look forward to make it possible for ordinary users, without admin rights, so that they can switch the local wireless card to a hostednetwork (windows softAP mode). the netsh command here is clear netsh wlan set hostednetwork mode=allow…
1
vote
1 answer

Setting up port redirection on Windows Server 2012 in Amazon ec2

I have a couple of servers in amazon EC2 One server is a Windows Server 2012, is used to host a web application, there is an elastic ip address attached to this server. The second server is a linux server, to host the database, this server do not…
1
vote
1 answer

ARR troubleshooting 502.3 / WinHttp tracing on Server 2012

I have the following scenario: 3 windows server 2012 virtual servers, all with IIS 8: 1 server with Application Request Routing 3 2 servers with the web applications that the ARR server routes to I am getting intermittent 502 3 12002…
nachojammers
  • 61
  • 1
  • 4
1
vote
1 answer

Dhcp context is missing from windows xp netsh

How can I add the dhcp context using netsh commands on Windows XP ?
AdrienF
  • 125
  • 3
  • 10
1
vote
2 answers

DHCP lease information to file

Is there a command where I can convert the mac address column of the DHCP lease to txt file or CSV? I am setting up mac filtering on a wireless controller but just want to use copy and paste instead of typing out each MAC address. Maybe a netsh or…
JohnyV
  • 938
  • 4
  • 26
  • 45
1
vote
0 answers

Any way from a command line to change the DNS suffix of a Win7 PC?

I need to change the DNS suffix on Win7 PC's. Netsh does lots, but I can't find this in there. Any way to change it in a batch file (such as a logon script)?
a1296519
  • 11
  • 1
  • 2
1
vote
2 answers

netsh doesn't provide commands

According to Netsh Commands for Wired Local Area Network (LAN) in Windows Server 2008 and Windows Server 2008 R2, netsh should provide commands such as netsh add profile filename="profile.xml" interface="Local Area Connection" but that's an unknown…
Petr Marek
  • 123
  • 4
1
vote
1 answer

Why isn't IIS 7.5 picking up netsh iplisten list?

When I execute the command netsh http show iplisten It returns a list of IP addresses I added manually: IP addresses present in the IP listen list: ------------------------------------------- a b c However, when I run netstat -an None of the IPs…
Wei Wong
  • 11
  • 1
1
vote
1 answer

Windows virtual wifi hostednetwork - set max number of clients?

I'm building an app that has functionality that creates on the fly a new virtual wifi utilizing the Windows 7 / 2008 features. I can create it just fine, but am looking how to limit the maximum number of connections. By running a "netsh wlan show…
user1327408
  • 11
  • 1
  • 3
1
vote
0 answers

How to allow RDP through IPSEC using netsh advfirewall command

I have an offsite windows server 2008 R2 server. And an ipsec tunnel set on our router here plus a connection security rule in Advanced Firewall on the server. I have ssh access to the console on the server If I turn on windows firewall then the…
Paul D'Ambra
  • 1,072
  • 1
  • 13
  • 22
1
vote
1 answer

Upgrading ipseccmd script (XP) to WIndows 7 using netsh

Current script: cd "%ProgramFiles%\Support Tools" ipseccmd -w REG -p "IGA-B-Gone" -r "Block Outbound connections to IGA servers 72.3.184.144/28" -f 0=72.3.184.144/255.255.255.240::TCP -n BLOCK -x ipseccmd -w REG -p "IGA-B-Gone" -r "Block Outbound…
Steven
  • 11
  • 2
1
vote
2 answers

Check if a specific IP address exists on local NIC

I'm looking for a simple script or batch method for checking the existence of a specific IP address (being moved between machines via NETSH) on the local network card. I need to start up certain services / apps etc ONLY if the specified IP address…
Codmental
  • 11
  • 1
  • 2
1
vote
3 answers

WINS tool missing from netsh

I run up 'netsh' on my Windows XP box, and type help One of the options is wins (to change to the 'netsh wins' context). From the netsh context I can type "wins" and I get into the wins context just fine. Problem is, from another machine on the…
christianlinnell
  • 275
  • 1
  • 6
  • 18
1
vote
1 answer

Netsh, how to open ports in windows firewall for WMI?

How can you open ports in windows firewall for WMI using netsh command ? On windows vista and newer MS OS-es you run this command netsh advfirewall firewall set rule group="windows management instrumentation (wmi)" new enable=yes What is netsh…
Primoz
  • 397
  • 3
  • 7
  • 16
1
vote
1 answer

How do I enable multicast routing in Windows XP

I have successfully set up a Windows XP machine as an IPv6 router using netsh, that is, it announces prefixes and forwards packets on two interfaces, as verified by pinging. Now I'd like to forward multicast frames between both subnets; hosts on…
Simon Richter
  • 3,209
  • 17
  • 17