Users Guide

58 Installing Managed System Software on Microsoft Windows Operating Systems
15
Select
Thumbprint
.
Copy the thumbprint to the clipboard. You can use this parameter while
creating the HTTPS listener.
16
Click
OK
.
Creating the WinRM HTTPS Listener
To enable the HTTPS listener on WinRM, type the following command:
winrm create winrm/config/Listener?Address=
*+Transport=HTTPS @{Hostname=
"<host_name>";CertificateThumbprint=
"6e132c546767bf16a8acf4fe0e713d5b2da43013"}
If you are using Windows 2008 Small Business Server, leave the value of
CertificateThumbprint blank as follows:
winrm create winrm/config/Listener?Address=
*+Transport=HTTPS @{Hostname=
"<host_name>";CertificateThumbprint=""}
NOTE: Ensure that the values of the Hostname and
CertificateThumbprint are correct.
The HTTP listener is enabled by default and listens at port 80.
Configuring User Authorization for WinRM and WMI Servers
To provide access rights to WinRM and WMI services, users must be
explicitly added with the appropriate access levels.
NOTE: You must login with administrator privileges to configure user authorization
for WinRM and WMI Servers.
NOTE: The administrator is configured by default.
WinRM:
1
Click
Start
and click
Run
.
2
Ty p e
winrm configsddl
and click
OK
.
If you are using WinRM version 2.0, type
winrm configsddl
default
.
3
Click
Add
and add the required users or groups (local/domain) to the list.