http://community.spiceworks.com/help/Inventory_WMI<\/a><\/p>\nIt should go over all the basics of WMI, DNS, and firewall configuration to allow Spiceworks to scan Windows machines on your network.<\/p>","upvoteCount":0,"datePublished":"2014-07-21T19:19:37.000Z","url":"https://community.spiceworks.com/t/firewall-ports-of-scanning-computers/322512/5","author":{"@type":"Person","name":"peterb99","url":"https://community.spiceworks.com/u/peterb99"}},"suggestedAnswer":[{"@type":"Answer","text":"
I know when I use spicework to scan my computer is use windows, I know the 135 port is open,any other port open when I use the spicework to scan the pc?<\/p>","upvoteCount":1,"datePublished":"2014-07-18T01:51:46.000Z","url":"https://community.spiceworks.com/t/firewall-ports-of-scanning-computers/322512/1","author":{"@type":"Person","name":"janetyeung4809","url":"https://community.spiceworks.com/u/janetyeung4809"}},{"@type":"Answer","text":"
135 is the WMI port. WMI must be opend to scan Windows and the hardware.<\/p>\n
In my network I succeded with these commandos.<\/p>\n
Win7 (use CMD as administrator=<\/p>\n
reg add HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Policies\\System /v LocalAccountTokenFilterPolicy /t REG_DWORD /d 1 /f<\/p>\n
netsh advfirewall firewall set rule group=“windows management instrumentation (wmi)” new enable=yes<\/p>\n
netsh firewall set service type=remoteadmin mode=enabledministration\" new enable=yes<\/p>\n
netsh advfirewall firewall set rule group=“remote administration” new enable=yes<\/p>\n
WinXP (CMD as Administrator)<\/p>\n
reg add HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\Lsa /v ForceGuest /t REG_DWORD /d 0 /f<\/p>\n
netsh firewall set service remoteadmin enable<\/p>\n
netsh firewall set service remoteadmin enable subnet<\/p>\n
Have fun<\/p>","upvoteCount":1,"datePublished":"2014-07-18T03:50:28.000Z","url":"https://community.spiceworks.com/t/firewall-ports-of-scanning-computers/322512/2","author":{"@type":"Person","name":"titz80","url":"https://community.spiceworks.com/u/titz80"}},{"@type":"Answer","text":"
I want to to via group poicy to enable the firewall policy but fail to apply, any idea of this problem?<\/p>","upvoteCount":0,"datePublished":"2014-07-18T06:15:11.000Z","url":"https://community.spiceworks.com/t/firewall-ports-of-scanning-computers/322512/3","author":{"@type":"Person","name":"janetyeung4809","url":"https://community.spiceworks.com/u/janetyeung4809"}},{"@type":"Answer","text":"
in the policy of our domain I have following settings. I have a german server so I don’t know exactly the English path.<\/p>\n
Computer Configuration\\admin\\Network\\Network Connection\\WindowsFirewall\\Domain\\<\/p>\n
allow incoming port → 135 WMI, 22 SSH<\/p>\n
allow remote administration → your ip network.<\/p>\n
The other settings from above comment I have use for our outside locations without domain.<\/p>","upvoteCount":1,"datePublished":"2014-07-18T06:42:40.000Z","url":"https://community.spiceworks.com/t/firewall-ports-of-scanning-computers/322512/4","author":{"@type":"Person","name":"titz80","url":"https://community.spiceworks.com/u/titz80"}}]}}
I know when I use spicework to scan my computer is use windows, I know the 135 port is open,any other port open when I use the spicework to scan the pc?
1 Spice up
titz80
(Marius2951)
July 18, 2014, 3:50am
2
135 is the WMI port. WMI must be opend to scan Windows and the hardware.
In my network I succeded with these commandos.
Win7 (use CMD as administrator=
reg add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v LocalAccountTokenFilterPolicy /t REG_DWORD /d 1 /f
netsh advfirewall firewall set rule group=“windows management instrumentation (wmi)” new enable=yes
netsh firewall set service type=remoteadmin mode=enabledministration" new enable=yes
netsh advfirewall firewall set rule group=“remote administration” new enable=yes
WinXP (CMD as Administrator)
reg add HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa /v ForceGuest /t REG_DWORD /d 0 /f
netsh firewall set service remoteadmin enable
netsh firewall set service remoteadmin enable subnet
Have fun
1 Spice up
I want to to via group poicy to enable the firewall policy but fail to apply, any idea of this problem?
titz80
(Marius2951)
July 18, 2014, 6:42am
4
in the policy of our domain I have following settings. I have a german server so I don’t know exactly the English path.
Computer Configuration\admin\Network\Network Connection\WindowsFirewall\Domain\
allow incoming port → 135 WMI, 22 SSH
allow remote administration → your ip network.
The other settings from above comment I have use for our outside locations without domain.
1 Spice up
peterb99
(Peter B (Spiceworks))
July 21, 2014, 7:19pm
5
Hi there,
Take a look at this article: http://community.spiceworks.com/help/Inventory_WMI
It should go over all the basics of WMI, DNS, and firewall configuration to allow Spiceworks to scan Windows machines on your network.