Share via


Microsoft-Windows-Powershell Error ID 32784

Question

Saturday, November 5, 2011 10:59 AM

In my Windows server 2008 R2 OS in the Event  Viewer there is an error pertains as Microsoft-Windows-Powershell Error ID 32784 states-(Runspace Id: d1b8ebd5-c5f9-47f5-98ec-7e557e22d8cc Pipeline Id: 00000000-0000-0000-0000-000000000000. WSMan reported an error with error code: -2144108250. 

 Error message: Connecting to remote server failed with the following error message : The WinRM client cannot complete the operation within the time specified. Check if the machine name is valid and is reachable over the network and firewall exception for Windows Remote Management service is enabled. For more information, see the about_Remote_Troubleshooting Help topic. 

 StackTrace: <null>).What is this error ? And What is the remedy for this error?

- System
   
- Provider
      [ Name] Microsoft-Windows-PowerShell
      [ Guid] {A0C1853B-5C40-4B15-8766-3CF1C58F985A}
   
  EventID 32784
   
  Version 1
   
  Level 2
   
  Task 0
   
  Opcode 10
   
  Keywords 0x8000000000000008
   
- TimeCreated
      [ SystemTime] 2011-11-04T08:31:48.435560000Z
   
  EventRecordID 5192
   
- Correlation
      [ ActivityID] {01F08C48-F800-0001-5891-C4F4CA9ACC01}
   
- Execution
      [ ProcessID] 5696
      [ ThreadID] 3732
   
  Channel Microsoft-Windows-PowerShell/Operational
   
  Computer WIN-BNILITE1545.mumthaz.contoso.com
   
- Security
      [ UserID] S-1-5-18
- EventData
    SessionId d1b8ebd5-c5f9-47f5-98ec-7e557e22d8cc
    PipelineId 00000000-0000-0000-0000-000000000000
    ErrorCode -2144108250
    ErrorMessage Connecting to remote server failed with the following error message : The WinRM client cannot complete the operation within the time specified. Check if the machine name is valid and is reachable over the network and firewall exception for Windows Remote Management service is enabled. For more information, see the about_Remote_Troubleshooting Help topic.
    StackTrace <null>

MumthazMuhsin

All replies (3)

Saturday, November 5, 2011 11:37 AM ✅Answered

Hope you have checked these articles.

1. http://support.microsoft.com/kb/976839

2. WinRM (Windows Remote Management) Troubleshooting

 

Thanks


Saturday, November 5, 2011 2:08 PM ✅Answered

From the looks of it, either WinRM is not enabled/configured or a firewall is blocking your connection to the server.Rich Prescott | Infrastructure Architect, Windows Engineer and PowerShell blogger | MCITP, MCTS, MCP

Engineering Efficiency
@Rich_Prescott
Client System Administration tool
AD User Creation tool


Sunday, November 6, 2011 8:56 AM ✅Answered

1. Simple test with netstat -an or TCPview (from Sysinternal) would show what happens when testing connection to remote server. More information gives Network Monitor.

2. As the communication port for remote control is the same as web servers are using, you may have problem, if you use third party web server on target server.