Configure HTTP Connection
Use an HTTP connection type to connect WINRM-Server to Client
Follow these steps:
- To use HTTP to connect to WinRM on the server side, enter the following command:winrm create winrm/config/listener?Address=*+Transport=HTTP
- 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-8A section in the displayed response is as follows:IdentifyResponseProtocolVersion = http://schemas.dmtf.org/wbem/wsman/1/wsman.xsdProductVendor = Microsoft CorporationProductVersion = OS: 6.1.7600 SP: 0.0 Stack: 2.0
No comments:
Post a Comment