Skip to content

Port 5985 isn't listenning although winrm service is running #19453

@tsukiazuma

Description

@tsukiazuma

Prerequisites

Steps to reproduce

I try enable winrm services:

  1. Enable with command line:
psexec $computername -h -d powershell.exe -Command "Set-Service -Name WinRM -StartupType Automatic; Start-Service -Name WinRM"
  1. Check winrm services with:
Test-WSMan

winrm services have run but port 5985 still is not listenning.

Expected behavior

winrm and port 5985 are enable

Actual behavior

winrm is enable, but port 5985 is not listenning.

Error details

No response

Environment data

Powershell v5.1 on Windows Server 2012 R2

Visuals

image
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Needs-TriageThe issue is new and needs to be triaged by a work group.Resolution-ExternalThe issue is caused by external component(s).

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions