# Ensure Password must meet complexity requirements

{% hint style="info" %}
Level 1 (L1) Corporate/Enterprise Environment (general use)

1.1.5 (L1) Ensure 'Password must meet complexity requirements' is set to 'Enabled' (Automated)
{% endhint %}

{% hint style="info" %}
**Azure AD Password Policy**

<https://learn.microsoft.com/en-us/azure/active-directory-domain-services/password-policy#create-a-custom-password-policy>

<https://learn.microsoft.com/en-us/azure/active-directory/authentication/concept-sspr-policy>

**Intune Compliancy policy**

Password Complexity: Require digits, lowercase and uppercase letters

Microsoft Endpoint Manager > Devices > Compliance policies > Policies
{% endhint %}

{% tabs %}
{% tab title="Description" %}
The number of complex element types (uppercase and lowercase letters, numbers, and punctuation) required for a strong PIN or password.

{% embed url="<https://learn.microsoft.com/en-us/windows/client-management/mdm/policy-csp-devicelock#mindevicepasswordcomplexcharacters>" %}
{% endtab %}

{% tab title="CSP" %}
./Device/Vendor/MSFT/Policy/Config/DeviceLock/MinDevicePasswordComplexCharacters
{% endtab %}

{% tab title="Recommended Setting" %}
Format: int\
Value: 3
{% endtab %}

{% tab title="Available in Settings Catalog" %}
**YES**

Device Lock

Min Device Password Complex Characters
{% endtab %}
{% endtabs %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://intune.everything365.online/intune-endpoint-hardening/account-protection/ensure-password-must-meet-complexity-requirements.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
