2.2.4.14 DesiredStreamType

This type describes the way to allow clients to request a server response with output from particular streams. This type is used under the namespace http://schemas.microsoft.com/wbem/wsman/1/windows/shell.

 <xs:complexType name="DesiredStreamType">
   <xs:simpleContent>
     <xs:extension
       base="rsp:StreamNameList"
     >
       <xs:attribute name="CommandId"
         type="xs:anyURI"
         use="optional"
        />
     </xs:extension>
   </xs:simpleContent>
 </xs:complexType>

Attribute

CommandId: This optional attribute directs the request to a specific command instead of the Shell. If present, it MUST be the one returned in the CommandResponse message.