Partager via


PasswordPolicyOnServer Element

 

Applies To: Windows Server 2012 Essentials

Specifies the password policy on the hosted email server.

<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>  
  

Attributes and Elements

The following sections describe attributes, child elements, and parent elements.

Attributes

Attribute Description
level Sets the minimum password policy level on the SBS8 server. The default is ‘Strong’.
minlength Sets the minimum password length on the Windows Server Essentials server if the password policy level is set to “Strong”. Default is 7. Only values greater than 7 will be accepted.

Child Elements

None.

Parent Elements

PasswordSync Element

See Also

How to: Create a Configuration XML File
How to: Manage the Add-In