User's Manual
Table Of Contents

33
♦ Create HTTPS Listener
Create HTTPS Listener to connect HTTPS by WS-Man on the server that NEC ESMPRO
ServerAgentService was installed.
1. Execute the following command using the thumbprint that was confirmed by “♦
Confirm a thumbprint of the certificate”
winrm create winrm/config/Listener?Address=*+Transport=HTTPS @{Hostname="IP
Address";CertificateThumbprint="confirmed thumbprint"}
Example: In case of IP Address is 192.168.1.1 on the server
winrm create winrm/config/Listener?Address=*+Transport=HTTPS
@{Hostname="192.168.1.1";CertificateThumbprint="30 ab a3 7a 87 1e 5c ea aa 3d 83 74
d0 ba 19 46 6f 6c 37 ab"}
If you succeed in executing the command, the following string are displayed on Command
Prompt.ResourceCreated
Address = http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
ReferenceParameters
ResourceURI = http://schemas.microsoft.com/wbem/wsman/1/config/listener
SelectorSet
Selector: Address = *, Transport = HTTPS
Tips
When not using HTTP Listener by setting HTTPS Listener, execute the following
command to disable the communication which isn't encoded.