我正在尝试在远程计算机上远程安装 Windows 更新 .msu 文件。我运行了以下命令
psexec \\com-479 -s wusa \\"commonshare\updates\windows6.1-KB4088875-x86.msu" /quiet /norestart
它似乎以错误代码 3010 退出。我找不到有关该代码的任何信息。
具体来说,错误是:
PsExec.exe : Connecting to local system...
At line:1 char:7
+ psexec <<<< \\com-479 -s wusa \\"commonshare\updates\windows6.1-KB4088875-x86.msu"
/quiet /norestart
+ CategoryInfo : NotSpecified: (Connecting to local system...:String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError
Starting PSEXESVC service on local system...Connecting with PsExec service on com-479...Starting wusa on com-479...
wusa exited on com-479 with error code 3010.
我在这里发现了一些有用的东西: