Connecting to WMI: 0x800706ba errors on some machines (but not all)

江枫思渺然 提交于 2019-12-05 12:30:05

The general fix for this is to allow the exception for "Remote Administration" which is built into the firewall. The problem is that WMI uses an RPC endpoint mapper, so multiple ports become involved. http://msdn.microsoft.com/en-us/library/aa389286(VS.85).aspx is probably the definitive discussion on the topic.

The Domain setting should be active when the machine is logged into a domain. The Standard setting when run at other times. As a test, I'd recommend getting this set up in the GUI first - it's easier to see what's going on and confirm that things "took." I'd also add the exception to both profiles - again, as a test. Read the in-product help on the Domain and Standard modes; you'll need to look at some specifics to see which one is active on the machine and the docs offer a good walkthrough.

I found that on our network the following setting was required for Vista and Win 7 machines, even after Remote Administration was enabled via gpo:

Windows Firewall: Allow ICMP exceptions (Enabled) - Allow inbound echo request (Enabled)

The setting should be redundant when Remote Administration is enabled, but for some reason seems to be necessary.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!