PasswordSync Element
Applies To: Windows Server 2012 Essentials
Password Sync description.
<xs:element name="PasswordSync" minOccurs="0" maxOccurs="1" nillable="false">
<xs:complexType>
<xs:all>
<xs:element name="PasswordPolicyOnServer" minOccurs="1" maxOccurs="1" nillable="true">
<xs:complexType>
<xs:attribute name="level" type="HostedEmailPasswordPolicyLevelEnum" use="required" />
<xs:attribute name="minLength" type="xs:positiveInteger" use="optional" />
</xs:complexType>
</xs:element>
</xs:all>
</xs:complexType>
</xs:element>
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
The following sections describe attributes, child elements, and parent elements.
Child Elements
Element | Description |
---|---|
PasswordPolicyOnServer Element | Describes the password policy on the server. |
Parent Elements
See Also
How to: Create a Configuration XML File
How to: Manage the Add-In