Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/powershell/12.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Powershell 不同域中某些服务器上的WMI错误0x800706BA_Powershell_Wmi - Fatal编程技术网

Powershell 不同域中某些服务器上的WMI错误0x800706BA

Powershell 不同域中某些服务器上的WMI错误0x800706BA,powershell,wmi,Powershell,Wmi,尝试wmi查询时,我从powershell收到错误*0x800706BA*,同时我能够对其他服务器运行wmi查询。问题是,目标服务器和客户端服务器位于不同的域中,但一个域的用户可以登录到另一个域中的服务器。我是域管理员,端口135上的telnet正在工作,目标计算机上的防火墙已禁用 请帮助错误800706BA很可能是用户PC上的防火墙RPC阻止端口问题。请确保将用户计算机设置为受信任的委派 错误代码: VBS受信任的委派: 1.(文章) 2.(参考) 3.(示例) 希望这有帮助;)

尝试wmi查询时,我从powershell收到错误*0x800706BA*,同时我能够对其他服务器运行wmi查询。问题是,目标服务器和客户端服务器位于不同的域中,但一个域的用户可以登录到另一个域中的服务器。我是域管理员,端口135上的telnet正在工作,目标计算机上的防火墙已禁用


请帮助

错误800706BA很可能是用户PC上的防火墙RPC阻止端口问题。请确保将用户计算机设置为受信任的委派

错误代码:

VBS受信任的委派:
1.(文章)
2.(参考)
3.(示例)

希望这有帮助;)