I just installed Spiceworks 2 days ago. I’ve had it scan my IP block and I’ve noticed several inconsistencies that most I’ve been able to fix but what I’m finding interesting is the domain admin account, which is locally on every PC at my company only connected to about 20% of all the PC’s. I can scan and it works just fine. I’ve even gone so far as to test wmi via powershell on the server I installed Spiceworks and I can get the serial but it says in the inventory when I try to rescan it has errors still.<\/p>\n
Anyone else seen this issue and know a fix?<\/p>","upvoteCount":3,"answerCount":12,"datePublished":"2019-02-21T19:17:56.000Z","author":{"@type":"Person","name":"lukesmith7","url":"https://community.spiceworks.com/u/lukesmith7"},"acceptedAnswer":{"@type":"Answer","text":"
Windows 7 and above with UAC enabled (and this assume you are not using a 3rd party firewall solution).<\/p>\n
Run the below on a single troubled machine, then re-scan that one device, if it works you need to apply it to the rest, either manually, script or GPO<\/p>\n
netsh advfirewall firewall set rule group=\"windows management instrumentation (WMI)\" new enable=Yes\n\nnetsh advfirewall firewall set rule group=\"remote administration\" new enable=yes\n\nnetsh advfirewall firewall set rule name=\"File and Printer Sharing (Echo Request - ICMPv4-In)\" new enable=yes\n\nnetsh advfirewall firewall set rule name=\"File and Printer Sharing (Echo Request - ICMPv6-In)\" new enable=yes\n\nnetsh advfirewall firewall set rule group=”File and Printer Sharing” new enable=Yes \n<\/code><\/pre>","upvoteCount":0,"datePublished":"2019-02-21T19:35:37.000Z","url":"https://community.spiceworks.com/t/inventory-not-loading-right/698840/3","author":{"@type":"Person","name":"Rod-IT","url":"https://community.spiceworks.com/u/Rod-IT"}},"suggestedAnswer":[{"@type":"Answer","text":"I just installed Spiceworks 2 days ago. I’ve had it scan my IP block and I’ve noticed several inconsistencies that most I’ve been able to fix but what I’m finding interesting is the domain admin account, which is locally on every PC at my company only connected to about 20% of all the PC’s. I can scan and it works just fine. I’ve even gone so far as to test wmi via powershell on the server I installed Spiceworks and I can get the serial but it says in the inventory when I try to rescan it has errors still.<\/p>\n
Anyone else seen this issue and know a fix?<\/p>","upvoteCount":3,"datePublished":"2019-02-21T19:17:56.000Z","url":"https://community.spiceworks.com/t/inventory-not-loading-right/698840/1","author":{"@type":"Person","name":"lukesmith7","url":"https://community.spiceworks.com/u/lukesmith7"}},{"@type":"Answer","text":"
Searching the forum would yield you a ton of solutions.<\/p>\n
You miss the key detail though, the OS version. (we know it’s windows since you mentioned WMI), but 7, 8, 10 etc<\/p>","upvoteCount":0,"datePublished":"2019-02-21T19:34:04.000Z","url":"https://community.spiceworks.com/t/inventory-not-loading-right/698840/2","author":{"@type":"Person","name":"Rod-IT","url":"https://community.spiceworks.com/u/Rod-IT"}},{"@type":"Answer","text":"
I have been looking through the forums. I haven’t found anything that works yet … hence my post creation. As for the OS type, this is Windows agnostic I have Windows 7 and 10 in my environment and it doesn’t matter. I have devices that successfully pulled and some that haven’t.<\/p>\n
I’ve tried disabling the windows firewall completely and it didn’t work. You are correct no 3rd party firewall software.<\/p>\n
I have the exact same specs of 2 machine, hardware/software and one works just fine but the other doesn’t.<\/p>","upvoteCount":0,"datePublished":"2019-02-21T19:42:15.000Z","url":"https://community.spiceworks.com/t/inventory-not-loading-right/698840/4","author":{"@type":"Person","name":"lukesmith7","url":"https://community.spiceworks.com/u/lukesmith7"}},{"@type":"Answer","text":"
See above<\/p>","upvoteCount":0,"datePublished":"2019-02-21T19:45:46.000Z","url":"https://community.spiceworks.com/t/inventory-not-loading-right/698840/5","author":{"@type":"Person","name":"Rod-IT","url":"https://community.spiceworks.com/u/Rod-IT"}},{"@type":"Answer","text":"
I just ran these 4 commands. 3 of the 4 stated updating rules … went to scan the device. WMI login works, but nothing found from the inventory.<\/p>","upvoteCount":0,"datePublished":"2019-02-21T19:52:29.000Z","url":"https://community.spiceworks.com/t/inventory-not-loading-right/698840/6","author":{"@type":"Person","name":"lukesmith7","url":"https://community.spiceworks.com/u/lukesmith7"}},{"@type":"Answer","text":"
Do you have UAC enabled?<\/p>\n
If so paste the below in to a file, name it Spiceworks.reg or something and run it on that same machine, reboot that device and rescan it<\/p>\n
Windows Registry Editor Version 5.00\n\n[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Policies\\System] \n\"LocalAccountTokenFilterPolicy\"=dword:00000001\n<\/code><\/pre>\nIf you still get errors, please share screenshots<\/p>","upvoteCount":0,"datePublished":"2019-02-21T19:54:34.000Z","url":"https://community.spiceworks.com/t/inventory-not-loading-right/698840/7","author":{"@type":"Person","name":"Rod-IT","url":"https://community.spiceworks.com/u/Rod-IT"}},{"@type":"Answer","text":"
Ok, I added that and rebooted the device. I start the process … I enter the domain admin in. It see’s it fine and starts to rescan.
\nI see the information for the asset start to try and refresh … After about 5 minutes (roughly) it finally updates.
\n