Troubleshooter Complex Type
In this article
Child elements
Requirements
See also
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>
Expand table
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.
Expand table
Minimum supported client
Windows 7 [desktop apps only]
Minimum supported server
Windows Server 2008 R2 [desktop apps only]
GlobalDiagnosticPackage Complex Type
LocalRootcause Complex Type
Troubleshooter (GlobalDiagnosticPackage) Element
Troubleshooter (LocalRootcause) Element