このフォローは私にはうまくいきません-
%WINDIR%\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -Noninteractive -command "& Invoke-Command -ComputerName "Spider_LT_86" -ScriptBlock { msiexec.exe /i "D:\3PDInstallers\ETLBackgroundWorkerSetup.msi" /qn /l*vx "D:\3PDInstallers\logs" }"
私がする必要があるのは、リモートマシンでmsiexecを実行することだけです。スクリプトを実行しているユーザーには、リモートマシンへのアクセスが必要であると想定しています。
Computernameがローカルコンピューターを指している場合でもスクリプトは機能しません(同じログインユーザーでmsiexecを実行すると正常に機能するため、アクセス許可の問題のようには見えません)-WinRMサービスが実行されていることを確認しました。また、ファイアウォールを無効にして、それが問題の原因であるかどうかを確認しましたが、これまでのところ運がありません。ここで何が欠けていますか?
これは完全なエラーですが、ほとんどすべての可能性がリストされています-
Connecting to remote server failed with the following error message : WinRM cannot process the request. The following error occured while using
Kerberos authentication: The network path was not found.
Possible causes are:
-The user name or password specified are invalid.
-Kerberos is used when no authentication method and no user name are specified.
-Kerberos accepts domain user names, but not local user names.
-The Service Principal Name (SPN) for the remote computer name and port does not exist.
-The client and remote computers are in different domains and there is no trust between the two domains.
After checking for the above issues, try the following:
-Check the Event Viewer for events related to authentication.
-Change the authentication method; add the destination computer to the WinRM TrustedHosts configuration setting or use HTTPS transport.
Note that computers in the TrustedHosts list might not be authenticated.
-For more information about WinRM configuration, run the following command: winrm help config. For more information, see the about_Remote_Troubleshooting He
lp topic.
+ CategoryInfo : OpenError: (:) [], PSRemotingTransportException
+ FullyQualifiedErrorId : PSSessionStateBroken
アップデート:
ユーザー名だけで-Credentialsを使用すると、ログインウィンドウがポップアップしてパスワードを取得し、パスワードを入力すると、次のエラーが発生します。ユーザーには管理者アクセス権があるため、何が問題なのかわかりません。
The
[spider_lt_86]リモートサーバーへの接続が失敗し、次のエラーメッセージが表示されました:アクセスが拒否されました。詳細については、about_Remote_Troubleshootingヘルプトピックを参照してください。+ CategoryInfo:OpenError:(:) []、PSRemotingTransportException + FullyQualifiedErrorId:PSSessionStateBroken