Skip to main content

Questions tagged [netsh]

netsh is the command name for the NetShell utility, which is used as a scripting interface for monitoring and configuring network interfaces, firewall, routing and remote access under Microsoft Windows.

0 votes
1 answer
45 views

Can you use "netsh http add urlacl" conditionally in an Azure pipeline YAML file?

We need to register the HTTP listeren on our build servers and want our pipeline steps to all be "green" when everything's in order. So for our code to run, we have to run the following code:...
Tempuslight's user avatar
  • 1,103
1 vote
0 answers
40 views

netsh mbn add profile interface="Mobile" name="Cellular.xml" command fails with "Profile cannot be loaded" error

I'm in the process of adding a cellular profile using netsh commands to a tablet device running Windows 10.I'm using the following XML to load the profile. But fails to load profile. Please help me if ...
Meghana Yadav's user avatar
1 vote
1 answer
38 views

Invalid parameter on netsh http add

All the ways end at the same point "Invalid parameter" referring to appid (Guid). If I remove that parameter, the adding process can finish correctly. These are the some commands I have been ...
auetic's user avatar
  • 31
-2 votes
1 answer
268 views

Netsh command not working, it is showing command not found

The command netsh wlan profile name='my_wifi_name' key=clear shows this error: The following command was not found: wlan profile name='my_wifi_name' key=clear The following command was not found: ...
Sachin Tak's user avatar
0 votes
0 answers
18 views

Trying to pre-register ports to run Owin without Admin doesn't work

Currently working on a PoC of sorts to find out if I can run Owin self-host without admin rights if I do port/url/firewall stuff with admin rights before execution of the app. For this purpose I have ...
Vaethin's user avatar
  • 336
0 votes
0 answers
134 views

Using Winshark to Filter by process/PID

I'm following the suggestions in this question to allow filtering packets by process ID in a Windows 10 system. @OneAndOnly recently suggested WinShark, which has a github page here. It describes the ...
tim11g's user avatar
  • 1,965
1 vote
0 answers
140 views

netsh add sslcert with disablelegacytls not working in Windows Server 2019

So I'm trying to add my SSL certificate via netsh with legacy TLS versions disabled but it's always complaining about The syntax supplied for this command is not valid. Check help for the correct ...
jansohn's user avatar
  • 2,286
1 vote
0 answers
246 views

IIS does not allow netsh port forwarding for 80 and 443 ports

I have a problem for port forwarding (80,443) via netsh which conflicts with IIS on my windows server 2012 Port forwarding is configured via netsh interface portproxy from external ip:80 to localip:80 ...
khourshed's user avatar
0 votes
1 answer
37 views

I cannot read the ipv6 address using netsh

I want to create a script where remove all the address I set manually in ethernet adaptor. To do that first I want to read the ip addresses. At the begging works perfectly but after I tried to remove ...
Bogdan R's user avatar
0 votes
0 answers
67 views

Firewall since VB

I've been trying to add a rule in Visual Basic to the firewall that allows receiving and responding to requests from other devices. My last hurdle is the firewall rules. I've attempted to create a ....
ONS Labs's user avatar
0 votes
0 answers
39 views

Using netsh as a process to get wlan information - Memory Leak?

I've been trying different options to get the status and signal strength of the current wifi connection. WMI didn't work at all for me, then I stumbled across netsh.exe which returns everything I need....
Richard Harrison's user avatar
0 votes
1 answer
53 views

Script does not save output to correct path while using auto py to exe

my program uses netsh to save wifi profile information on a txt file in a directory that is named as the system time of the moment of running the program so lets say you have signed into three wifi ...
Roee Zamir's user avatar
1 vote
2 answers
323 views

A batch for finding the IP address of the connected interfaces

Long time reading. First time poster. I have a Windows machine with many NICs, and rather than the normal ipconfig, I want a simple way of showing the IP address(es) of just the adapter(s) that is(are)...
Feliciano's user avatar
0 votes
1 answer
548 views

Limit of requests per second in AWS Fargate. Can net settings be managed?

I use a 1 CPU Fargate where my container is running, and I have a multi-threaded network node.js application(it's not ngnix). I have sufficient resources, and there is a lot of free capacity, but the ...
Нет Позднононет's user avatar
0 votes
0 answers
61 views

Network Rejoin Powershell Script Failing to Connect to the preferred Wi-Fi Network

I'm trying to write a Powershell script that will attempt to check to see if a workstation is connected to the Internet, if its not, attempt to connect to 1 of 3 different known Wi-Fi networks, repeat ...
ImNotPsychotic's user avatar

15 30 50 per page
1
2 3 4 5
28