I need help with a netsh command - TechRepublic
Question
March 11, 2020 at 01:19 PM
ronvdveen

I need help with a netsh command

by ronvdveen . Updated 6 years, 2 months ago

Hi there,

I’m new in my department and do not have a lot of knowledge regarding this topic. So I was hoping someone here could help me (colleague with the knowledge left the company).

I see a line in one of our scripts containing the following:
(netsh http add urlacl url=http://+:80/ SDDL=D :(A;;GX;;;AU)

Does this just mean that it just enables the usage of http connection through port 80? Or does it more then that? Maybe someone can break it down in pieces for me what everything does in this script. I tried finding it on the internet, but I can’t really find what everything does (especially at the end of the script).

Any help will be welcome ^^

All Comments