-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Closed
Labels
Needs-TriageThe issue is new and needs to be triaged by a work group.The issue is new and needs to be triaged by a work group.Resolution-ExternalThe issue is caused by external component(s).The issue is caused by external component(s).
Description
Prerequisites
- Write a descriptive title.
- Make sure you are able to repro it on the latest released version
- Search the existing issues.
- Refer to the FAQ.
- Refer to Differences between Windows PowerShell 5.1 and PowerShell.
Steps to reproduce
I try enable winrm services:
- Enable with command line:
psexec $computername -h -d powershell.exe -Command "Set-Service -Name WinRM -StartupType Automatic; Start-Service -Name WinRM"
- 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
Metadata
Metadata
Assignees
Labels
Needs-TriageThe issue is new and needs to be triaged by a work group.The issue is new and needs to be triaged by a work group.Resolution-ExternalThe issue is caused by external component(s).The issue is caused by external component(s).