2.2.4.5 ClientDefaultPortsType

ClientDefaultPortsType This MUST be used to configure the default ports used by the Web Services Management Protocol Extensions for Windows Vista client with each network transport. The schema MUST be as shown here.

The type is used under the following namespace:  http://schemas.microsoft.com/wbem/wsman/1/config

 <xs:complexType name="ClientDefaultPortsType">
   <xs:sequence>
     <xs:element name="HTTP"
       type="xs:unsignedInt"
       default="5985"
      />
     <xs:element name="HTTPS"
       type="xs:unsignedInt"
       default="5986"
      />
   </xs:sequence>
 </xs:complexType>
  

Elements

HTTP: Port used by the client when using the HTTP protocol. The minimum value MUST be 1. The maximum value MUST be 65535. The default value SHOULD be 5985, but MAY be 80.<5>

HTTPS: Port used by the client when using the HTTPS protocol. The minimum value MUST be 1. The maximum value MUST be 65535. The default value SHOULD be 5986, but MAY be 443.<6>