Troubleshooter Complex Type

Specifies the troubleshooting script to run.

<xs:complexType name="Troubleshooter">
    <xs:sequence>
        <xs:element name="Script"
            type="dcmPS:Script"
            minOccurs="1"
            maxOccurs="1"
         />
        <xs:element name="ExtensionPoint"
            type="dcmPS:ExtensionPoint"
            minOccurs="1"
            maxOccurs="1"
         />
    </xs:sequence>
</xs:complexType>

Child elements

Element Type Description
ExtensionPoint dcmPS:ExtensionPoint Used by the client to extend the functionality of the Troubleshooter node. The MSDT client does not support extensions for the Troubleshooter node.
Script dcmPS:Script The name of the troubleshooting script to run.

Requirements

Minimum supported client
Windows 7 [desktop apps only]
Minimum supported server
Windows Server 2008 R2 [desktop apps only]

See also

GlobalDiagnosticPackage Complex Type

LocalRootcause Complex Type

Troubleshooter (GlobalDiagnosticPackage) Element

Troubleshooter (LocalRootcause) Element