WinRM Not Listening At All

Andrew Burnett 0 Reputation points
2023-07-17T20:39:16+00:00

My servers got pushed a GPO, one that other servers are running to forward events successfully, just not these 3 specific ones. However they aren't listening for anything, nor sending data (Source-initiated subscription). Here is the output of "winrm enumerate winrm/config/listener"

Listener [Source="GPO"]
    Address = *
    Transport = HTTPS
    Port = 5985
    Hostname
    Enabled = true
    ListeningOn = null
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
13,664 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    2023-07-17T21:57:43.24+00:00

    The ListeningOn = null looks problematic. Some ideas mentioned here.

    https://stackoverflow.com/questions/17281224/configure-and-listen-successfully-using-winrm-in-powershell

    --please don't forget to upvote and Accept as answer if the reply is helpful--


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.