什么原因导致PowerShell远程处理出现错误消息0x800700EA

什么原因导致PowerShell远程处理出现错误消息0x800700EA,powershell,powershell-remoting,Powershell,Powershell Remoting,情况:我想设置PowerShell远程处理(它在我的其他两台机器上工作) 我跑: winrm quickconfig winrm快速配置 结果: winrm : WSManFault At line:1 char:1 + winrm quickconfig + ~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (WSManFault:String) [], RemoteException + FullyQualif

情况:我想设置PowerShell远程处理(它在我的其他两台机器上工作)
我跑:

winrm quickconfig winrm快速配置 结果:

winrm : WSManFault At line:1 char:1 + winrm quickconfig + ~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (WSManFault:String) [], RemoteException + FullyQualifiedErrorId : NativeCommandError Message ProviderFault WSManFault Message = More data is available. Error number: -2147024662 0x800700EA More data is available. winrm:WSManFault 第1行字符:1 +winrm快速配置 + ~~~~~~~~~~~~~~~~~ +CategoryInfo:NotSpecified:(WSManFault:String)[],RemoteException +FullyQualifiedErrorId:NativeCommandError 消息 供应商故障 WSManFault 消息=有更多数据可用。 错误号:-2147024662 0x800700EA 更多数据可用。 我还想知道在哪里可以找到“更多数据”

PS F:\powershell\Text\SEO> Enable-PSRemoting -Force WinRM is already set up to receive requests on this computer. Set-WSManQuickConfig : More data is available. At line:69 char:17 + Set-WSManQuickConfig -force + ~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidOperation: (:) [Set-WSManQuickConfig], InvalidOperationException + FullyQualifiedErrorId : WsManError,Microsoft.WSMan.Management.SetWSManQuickConfigCommand 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
Enable PSRemoting–force的输出是什么?还要验证winrm是否已启动(获取服务winrm)@Kayasax添加了Enable PSRemoting-forceso winrm的输出,因此winrm似乎已启用…try
dir WSMan:\localhost\shell
allowremoteshellaccess=true吗?并检查侦听器
winrm枚举winrm/config/listener
是否检查AllowRemoteShellAccess true