board logo
Posted by: Lemonde - 28 March 2020 15:27:04
Is this a firewall issue or a service issue do you think? Log Name: System Source: Microsoft-Windows-WinRM Date: 3/27/2020 4:37:34 PM Event ID: 10149 Task Category: None Level: Warning Keywords: Classic User: N/A Computer: serverVM1.domain.local Description: The WinRM service is not listening for WS-Management requests. User Action If you did not intentionally stop the service, use the following command to see the WinRM configuration: winrm enumerate winrm/config/listener Event Xml: 10149 0 3 0 0 0x80000000000000 9599616388 System serverVM1.domain.local

Posted by: Lemonde - 12 October 2020 10:54:52
If you follow the command in the event ID, by running it in an elevated command prompt: [i]winrm enumerate winrm/config/listener[/i] You should see something like: [img=https://www.sircles.net/downloads/winrm-query.png]winrm enumerate winrm/config/listener[/img] If you do not see the local IP of the server, but only the 127.0.0.1 address then delete the entry with: [i]netsh http delete iplisten 127.0.0.1[/i] Then run [i]winrm enumerate winrm/config/listener[/i] again and see if the local IP is present now. If the list is blank, run: [i]winrm quickconfig[/i]