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

116 questions
0
votes
0 answers

netsh advfirewall import resets connections

On Window Server 2022, if I run this: netsh advfirewall export"C:\firewall-rules.wfw" then, straight away run this: netsh advfirewall import "C:\firewall-rules.wfw" Meaning I export all current rule, then without changing any rules, import the…
Matt
  • 1
0
votes
0 answers

VMware Guest VM Join My Own Domain With Netdom Fails ""DNS name contains an invalid character"

Trying to join a VMware guest VM to my domain. I'm running the Powershell script from one of my other guest vm's in VMware vCenter. I've tried changing the $Domain variable to other string names like "MATLOCKHOME" "MATLOCKHOME.COM" but still…
0
votes
0 answers

How to register identical WCF endpoints under different Subdomains?

How do I have two services offer identical WCF endpoints under different subdomains? I have two Services, each trying offering WCF Endpoints to consumers in my network: Service 1: https://subdomain1.domain/Service Service 2:…
Verzweifler
  • 101
  • 1
0
votes
0 answers

Debugging netsh portproxy tls client hello tcp connection reset

On a Windows 2016 Server (1607) we're currently facing quite strange TCP Connection Reset issues on TLS1.2 Client Hello on a port with port-proxy (netsh interface portproxy add v4tov4 ...); sometimes the Client Hello leads to an Connection Reset…
ciis0
  • 101
  • 1
0
votes
2 answers

Port proxying with netsh

I am working on windows machine and using netsh portproxy to forward traffic from port 4000 to application running on port 4002. It works fine when trying to access my application from localhost or LAN, like…
0
votes
1 answer

Windows 10 remote tools not working, mmc, psexec etc

I'm having a problems on the network Some newer Windows 10 PC's (Win10 image from Dell), behave different, then older Dell PC's. They have the same service pack's and hotfixes, its something in settings. They don't accept remote administration…
Peter
  • 115
  • 1
  • 8
0
votes
1 answer

Simulate network reset or failure in Windows

I have to check if my server application can recover from transient network failures. The application listens on some ports and is a client to backend services. I would like to run some command or script that would drop and restore all…
fernacolo
  • 169
  • 1
  • 1
  • 7
0
votes
0 answers

Netsh command not found on Azure server

I have a Microsoft Azure server and I need the netsh command, but netsh.exe is not where I would expect it. I've tried creaing an Administrator powershell session, and an administrator CMD session. I have checked in the C:\windows and…
TMorgan
  • 121
  • 2
-1
votes
1 answer

No NETSH WLAN context in Server 2008 Core install?

I installed Windows Server 2008 Core on a netbook and I'm trying to set it up as a wireless router. Took forever to find the right wifi drivers... But now I'm running into this problem that there appears to be no wlan context in NETSH for Server…
Thomas
  • 890
  • 4
  • 18
  • 37
-1
votes
1 answer

Remotely open PowerShell via Intune/365?

The organisation I work for have a range of different devices, mainly laptops, Surface Go and Surface Pro. We have a number of devices that we need to physically locate at our sites for servicing and auditing. These devices are spread throughout the…
rgmnz
  • 11
  • 2
-1
votes
3 answers

windows 10 firewall: block any ip address but one

i have just enabled remote desktop on a windows 10 computer, and in fact when i telnet to 3389 port from any other computer i can reach that service, but what i want is to deny the connection from any computer but a specific one (192.168.0.12), so i…
1 2 3 4 5 6 7
8