RootCauseInformation Complex Type
Defines the section of the report that contains the list of root causes that the troubleshooting pack can detect.
<xs:complexType name="RootCauseInformation">
<xs:sequence>
<xs:element name="RootCause"
type="dcmRR:RootCause"
maxOccurs="unbounded"
minOccurs="0"
/>
</xs:sequence>
</xs:complexType>
Child elements
Element | Type | Description |
---|---|---|
RootCause | dcmRR:RootCause | Defines a root cause that the package can detect. |
Remarks
The list contains all root causes defined in the package plus any instances of a root cause (for information on a root cause instance, see the -InstanceId parameter of the Update-DiagRootCause cmdlet).
Requirements
Minimum supported client |
Windows 7 [desktop apps only] |
Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |