0

When trying wmi query I am getting error *0x800706BA * from powershell, while am able to run wmi query to another servers. Problem is that target server is in different domain than client server, however user of one domain may login to server in another domain. I am domain administrator and telnet on port 135 is working and firewall on target machine is disabled.

Please help

4

1 に答える 1

0

エラー 800706BA は、ユーザー PC のファイアウォール RPC ブロック ポートの問題である可能性が最も高いです。ユーザー マシンが委任に対して信頼できるように設定されていることを確認します。

エラー コード:
http://www.computerperformance.co.uk/Logon/code/code_800706BA.htm

VBS の信頼できる委任:
1. (記事) http://www.experts-exchange.com/Web_Development/Miscellaneous/Q_21372685.html
2. (参照) http://support.microsoft.com/?id=305144
3. (例) http://social.technet.microsoft.com/Forums/en-US/ITCG/thread/bbfadc43-f843-4c3f-87db-fe038c6416db/

お役に立てれば ;)

于 2012-08-30T01:10:05.997 に答える