HealthChecks Element
Windows Server 2003
Provides the PowerShell scripts or user-defined objects to check the health status of a security component.
<xs:element name="HealthChecks"> <xs:complexType> <xs:sequence> <xs:element maxOccurs="unbounded" name="HealthCheck">...</xs:element> </xs:sequence> </xs:complexType> </xs:element>
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
None.
Child Elements
| Element | Description |
|---|---|
|
Specifies the PowerShell script or user-defined object that will be used to check the health status of a security component. |
Parent Elements
| Element | Description |
|---|---|
|
Represents a security component that is displayed on the Security tab of the Windows SBS Console. |
Remarks
The XML file that uses this element is not validated against an .xsd file, it is used by internal classes to add security component data to the Windows SBS Console.
See Also
Community Additions
ADD
Show: