Windows Remote Management (WinRM) service

Rising Flight 3,771 Reputation points
2020-11-10T01:27:49.523+00:00

Hi All

if WinRM service is disabled on a server, what will be the issues users will face, will user run script if the service is disabled. what the importance of WinRM service.

Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,482 questions
Windows Server 2016
Windows Server 2016
A Microsoft server operating system that supports enterprise-level management updated to data storage.
2,391 questions
Windows Server 2012
Windows Server 2012
A Microsoft server operating system that supports enterprise-level management, data storage, applications, and communications.
1,536 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,208 questions
0 comments No comments
{count} votes

Accepted answer
  1. Ian Xue (Shanghai Wicresoft Co., Ltd.) 30,386 Reputation points Microsoft Vendor
    2020-11-10T03:26:11.773+00:00

    Hi,

    Windows Remote Management (WinRM) is the Microsoft implementation of WS-Management Protocol. You need to enable WinRM to run remoting PowerShell script. But you can set up PowerShell remoting over SSH in Windows Server 2019 and Windows 10.
    https://learn.microsoft.com/en-us/powershell/scripting/learn/remoting/ssh-remoting-in-powershell-core?view=powershell-5.1

    Best Regards,
    Ian

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Dave Patrick 426.1K Reputation points MVP
    2020-11-10T02:12:59.783+00:00

    if WinRM service is disabled ........what will be the issues

    You wouldn't be able to do these things.
    https://learn.microsoft.com/en-us/windows/win32/winrm/using-windows-remote-management

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