My C# code try to connect exchange server through powershell, I got this error "WSMan Initialization failed with error code: -2144108171."
on the code of runspace =RunspaceFactory.CreateRunspace(connectionInfo);
Can anybody help? thanks
My C# code try to connect exchange server through powershell, I got this error "WSMan Initialization failed with error code: -2144108171."
on the code of runspace =RunspaceFactory.CreateRunspace(connectionInfo);
Can anybody help? thanks