DetailedInformation Complex Type

Defines the collection of custom details that the package author added to the report.

<xs:complexType name="DetailedInformation">
    <xs:sequence>
        <xs:element name="Detail"
            type="dcmRR:Detail"
            maxOccurs="unbounded"
            minOccurs="0"
         />
    </xs:sequence>
</xs:complexType>

Child elements

Element Type Description
Detail dcmRR:Detail Defines a custom detail in the report. The package author adds the detail using the Update-DiagReport cmdlet from one of the package scripts.

Remarks

Where the custom detail is included in the report depends on how and where the package author called the Update-DiagReport cmdlet. If the author called the Update-DiagReport cmdlet from the resolver script, the detail is included in the resolution section of the root cause. If the call is made from the troubleshooter script and includes the -RootcauseId parameter, the detail is added to the DetectionInformation section of the specific root cause (see the RootCause complex type); otherwise, the detail is added to the general DetectionInformation section of the report (see Problem complex type).

Requirements

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