複数のリモート マシンにアプリケーションをインストールしたいと考えています。
invoke-command -computer 10.13.14.10 -scriptblock {\\publicshare\software.msi /quiet}
ユーザー権限としてログインしたローカル マシンからこのコマンドを実行していますが、これをより高い権限を持つユーザー (ドメイン管理者) として実行する必要があるようです。それ、どうやったら出来るの?
エラー -[10.13.14.10] Connecting to remote server failed with the following error message : The WinRM client cannot process the request. Default authentication
may be used with an IP address under the following conditions: the transport is HTTPS or the destination is in the TrustedHosts list, and explicit creden
tials are provided. Use winrm.cmd to configure TrustedHosts. Note that computers in the TrustedHosts list might not be authenticated. For more informatio
n on how to set TrustedHosts run the following command: winrm help config. For more information, see the about_Remote_Troubleshooting Help topic.
+ CategoryInfo : OpenError: (:) [], PSRemotingTransportException
+ FullyQualifiedErrorId : PSSessionStateBroken