情况:我想设置 PowerShell 远程处理(它在我的其他 2 台机器上工作)。
我跑:
winrm 快速配置
结果:
winrm:WSManFault 在行:1 字符:1 + winrm 快速配置 + ~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (WSManFault:String) [], RemoteException + FullyQualifiedErrorId : NativeCommandError 信息 ProviderFault WSManFault 消息 = 有更多数据可用。 错误号:-2147024662 0x800700EA 有更多数据可用。
我也想知道在哪里可以找到“更多数据”?
PS F:\powershell\Text\SEO> 启用-PSRemoting -Force WinRM 已设置为在此计算机上接收请求。 Set-WSManQuickConfig :有更多数据可用。 在行:69 字符:17 + 设置-WSManQuickConfig -force + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidOperation: (:) [Set-WSManQuickConfig], InvalidOperationException + FullyQualifiedErrorId : WsManError,Microsoft.WSMan.Management.SetWSManQuickConfigCommand