Thursday 31 January 2019

How To: Configure WINRM for HTTP

     Configure HTTP Connection

      Use an HTTP connection type to connect WINRM-Server to Client 
     Follow these steps:
  1. To use HTTP to connect to WinRM on the server side, enter the following command:
    winrm create winrm/config/listener?Address=*+Transport=HTTP
  2. Enter the following command to test the WinRM connection:
    winrm identify -r:http://winrm_server:5985 -auth:kerberos -u:user_name -p:password -encoding:utf-8
    A section in the displayed response is as follows:
    IdentifyResponse
      ProtocolVersion = http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd
      ProductVendor = Microsoft Corporation
      ProductVersion = OS: 6.1.7600 SP: 0.0 Stack: 2.0

No comments:

Post a Comment

What is RAID ?

  What is RAID?   RAID Levels - How the drives are organized   How to determine your RAID level  RAID 0 - Disk Striping   RAID 1 - Disk Mirr...

most viewed