Windows WinRM over HTTPs

Advertisements
28783f2ad97e43d68f355217d8dc1ca9 Windows WinRM over HTTPs 2

Windows Remote Management is no longer a way to think in today’s world. But why do we do it unencrypted? Normally the authentication is done by Kerberos. That’s secure enough for most people. However, Kerberos also has limitations, for example when using local accounts.

In the standard system, communication is via HTTP via TCP port 5985. Why not HTTPS? This is possible, the port TCP 5986 is intended for this. Unfortunately, this is not only missing in the firewall rule templates but also has a few barriers still in the way. We take care of these barriers today.

Prerequisites

These instructions are intended for a business environment correspondingly are the prerequisites.

  • All computers are part of the same Active Directory domain
  • An AD Integrated Certification Authority is available
  • Automatic registration of corresponding certificates must be activated

Certificate template

For HTTPS we need an appropriate certificate for web services. For this, we adopt a corresponding template in the certification authority. To do this, duplicate the template “Webserver” in the certificate template console.

Create a duplicate certificate template from web server. Screenshot: Microsoft Certificate Templates Console
Create a duplicate certificate template from the web server. Screenshot: Microsoft Certificate Templates Console

Adjust the compatibility settings according to your CA specifications. Enter an appropriate name in the “General” tab.

052819 0720 WindowsWinR2 Windows WinRM over HTTPs 5

Under the tab “Applicant name” please select the options “Create from this information in Active Directory”. The format for the applicant name should be “General Name”. The information to include is only the DNS name.

052819 0720 WindowsWinR3 Windows WinRM over HTTPs 7

In the “Security” tab, the group of domain computers must be added. The required rights are Read, Register, Automatically register.

052819 0720 WindowsWinR4 Windows WinRM over HTTPs 9

Save the template. Then switch back to the Certification Authority console. Under Certificate Templates, select New and Certificate Template to Issue.

052819 0720 WindowsWinR5 Windows WinRM over HTTPs 11

Now select the new template.

052819 0720 WindowsWinR6 Windows WinRM over HTTPs 13

The next time the computers report to the certification authority, the corresponding certificates are issued.

Advertisements
052819 0720 WindowsWinR7 Windows WinRM over HTTPs 15

Preparing the Group Policy

When the systems receive the certificates, we can take care of the group policy.

Firewall unlock

First, you should create the rules for the Windows firewall. Open the group policy and go to “Incoming rules” and create a new rule there.

052819 0720 WindowsWinR8 Windows WinRM over HTTPs 17

Create a Custom Rule

052819 0720 WindowsWinR9 Windows WinRM over HTTPs 19

Enter “System” as the program path.

052819 0720 WindowsWinR10 Windows WinRM over HTTPs 21

The following settings must be selected for configuring the protocols and ports:

Advertisements
  • Protocol type: TCP
  • Local Port: Specific Port
  • Port Number: 5986
052819 0720 WindowsWinR11 Windows WinRM over HTTPs 23

You can adjust the settings for Range as required. Select “Allow the connection” in the “Action” step. Only “Domain” should be selected as profile, otherwise, WinRM should not be allowed.

052819 0720 WindowsWinR12 Windows WinRM over HTTPs 25

Choose a suitable name and create the firewall rule

052819 0720 WindowsWinR13 Windows WinRM over HTTPs 27

Configuring Services

With today’s operating systems, the Windows Remote Management Service should actually be started automatically. To be on the safe side, the service is set to start mode “Automatic” by the policy.

052819 0720 WindowsWinR14 Windows WinRM over HTTPs 29

Configure WinRM Service Using Administrative Template

The next step is to configure the Windows RM Service with an administrative template. The settings can be found under Administrative Templates > Windows Components > Windows Remote Management (WinRM) > WinRM Service > Allow Remote Management via WinRM.

In this setting, not only the service can be activated, but also the IP ranges from which the service can be reached. In further settings, you can find settings to control different authentication methods.

052819 0720 WindowsWinR15 Windows WinRM over HTTPs 31

Configuring HTTPS for WinRM

Unfortunately, WinRM cannot simply configure with a policy for HTTPS. This only works with the command “WinRM quickconfig -transport:https -quiet”. To make it easier, the command is configured as Instant Task.

052819 0720 WindowsWinR16 Windows WinRM over HTTPs 33

This executes the command immediately after Group Policy is applied.

052819 0720 WindowsWinR17 Windows WinRM over HTTPs 35

And already the port is open

052819 0720 WindowsWinR18 Windows WinRM over HTTPs 37

It is important to use the FQDN for the connection, otherwise, a certificate warning appears.

052819 0720 WindowsWinR19 Windows WinRM over HTTPs 39

This article first appeared on Infrastrukturhelden.de in German.

This article is a translation of the Infrastrukturhelden.de article “Windows WinRM über HTTPs” (Published – 2019-05-28). Links may refer to other Infrastrukturhelden.de articles, these may also be available in English language.

Also it can be, that I still use screenshots of German systems. However, where it is possible for me with little effort, I insert screenshots of English systems.