What causes error message 0x800700EA with PowerShell Remoting

2

The situation: I want to setup PowerShell remoting (it's working on my other 2 machines).
I run:

winrm quickconfig

Result:

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. 

I am also wondering where the 'More data' can be found?

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
powershell
powershell-remoting
asked on Stack Overflow Dec 22, 2012 by Guy Thomas • edited Dec 22, 2012 by Guy Thomas

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0