→ 🚀What's New? Explore Lansweeper's Fall 2024 Updates! Fall Launch Blog !

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Clinton_Cards
Engaged Sweeper II
Hi, Could someone just confirm that the only port the needs opening in windows firewall is 135 TCP?
Thanks
4 REPLIES 4
Tuxor
Engaged Sweeper
Hello..

firewall.cmd

call netsh firewall set service RemoteAdmin enable
call netsh firewall add portopening protocol=tcp port=135 name=DCOM_TCP135
call netsh firewall add allowedprogram program=%windir%\system32\wbem\unsecapp.exe name=WMI
call netsh firewall add allowedprogram program=%windir%\system32\dllhost.exe name=Dllhost
Hemoco
Lansweeper Alumni
Clinton_Cards
Engaged Sweeper II
Thats brill, thanks. Its been paining me for a while and i couldnt find much info about it.
Hemoco
Lansweeper Alumni
In windows firewall you need to enable "remote administration" ports, this will open the needed ports for you.
WMI firsts connects on port 135 then it uses random ports.