I will guide you How to configure WinRM via GPO in Windows

WinRM, or Windows Remote Management, is a Microsoft protocol for managing computers remotely. This is an implementation of the WS-Management protocol for monitoring and managing remote servers and desktops of Windows systems. In this post, we will discuss how to configure WinRM via GPO on Windows computers. 

How to configure WinRM via GPO in Windows



WinRM, or Windows Remote Management, is a Microsoft protocol for managing computers remotely. This is an implementation of the WS-Management protocol for monitoring and managing remote servers and desktops of Windows systems. In this post, we will discuss how to configure WinRM via GPO on Windows computers. 

Configure WinRM via GPO on Windows computers 


If you want to configure WinRM via GPO, then follow the steps mentioned below.



 Let’s talk about them in detail.

1] Change your connection to Private or Domain 


If you are connected to a public network, then you will not be able to enable WinRM. So, to access it, we first need to change our network to Private or Domain. To do so, follow the steps mentioned below.


2] Check if WinRM is enabled on your system. 


Next, we need to check if WinRM is already enabled on your system. If you are on a Windows server, there is a high chance that the feature is already installed on your system; however, on a Windows client, the feature is not installed out of the box. To do so, open PowerShell as administrator and then run the following command.


WinRM list winrm/config/listener If it throws the following error, the feature is not enabled.


Message WSManFault = The client cannot connect to the target specified in the request. Verify that the service on the target is running and is accepting requests. Check the logs and documentation for the WS-Management service running on the target, usually IIS or WinRM. If the target is WinRM service, run the following command on the target to scan and configure the WinRM service: “winrm quickconfig”.


Error Number: -2144108526 0x80338012 To enable it, we can simply run – winrm quickconfig. But this will enable only for that particular system, whereas with configuration via GPO, we can enable it for all the users who are connected to the domain.

3] Configure WinRM using Group Policy Management Console 


The Group Policy Management Console is an interface to manage all the aspects of Group Policy across multiple domains and forests. Any changes you have made in the GPO will be applied to all the users connected to your active directory. To do so, follow the steps mentioned below.


Open the Group Policy Management Console by searching for it in the Start menu.


Select the Active Directory container (Organizational Unit) and then create a new GPO corpEnableWinRM.


4] Force Windows to update GPO settingsthe 


system as administrator and then run the following command.


gpupdate /force This will force the device to go through all the policies configured on the domain controller and apply them to the system.


If he wants to check whether WinRM is enabled or not; simply run WinRM by enumerating winrm/config/listener. It will give us listener information.




Other Articles
How to Fix Windows couldn’t connect to the ProfSVC service
Resolve the  Windows couldn’t connect to the ProfSVC service  error with our easy troubleshooting guide. Get your system running smoothly again!

How to Fix Windows stuck in Diagnostic Startup mode
To learn how to fix Windows stuck in diagnostic boot mode here is a complete guide.

How to Fix Acquisition of End User License failed, Event ID 1014
The day of the day we follow you step by step How to resolve the error in acquiring the final user license, Event ID 1014.

How to Fix Emoji reactions not working on Teams
I will teach you How to fix the problem of emoji reactions not working in Teams

How to Fix No Internet after resetting the router
If you are wondering how to fix the problem of not having Internet after restarting the router, then here is a guide with the best answer.

How to update SSD firmware on Windows 11
Here in this post we show you step by step How to update the SSD firmware in Windows 11.

How to uninstall Windows Security from Windows Server
To learn how to uninstall Windows Security from Windows Server, here is a step-by-step guide.

How to Fix Deployment Workbench crashing when opening WinPE tab Properties
Today in our guide we show you How to fix the Deployment Workbench crash when opening the WinPE Properties tab.

How to Fix DataFormat.Error: We couldn’t convert to Number
If you don't know how to solve the error DataFormat.Error: We could not convert to a number, here is a guide that will help you with it.

How to enable USB-C charging on laptop in Windows 11
I will guide you in this documentary How to Enable USB-C Charging on a Laptop in Windows 11

How to install and configure Windows Deployment Services
I will teach you in this documentary How to install and configure Windows Deployment Services