通过使用本网站, 您同意 隐私政策.
接受
进入IT进入IT进入IT
  • 家
  • 信息技术专家
  • 技术
  • 微软
    • 天蓝色
    • 配置管理器/SCCM
    • 数字PM
    • 协调者
    • Hyper-V
    • 微软 Edge 预览体验
    • 微星指数
    • 办公室 365
    • 办公室内幕
    • 电力商业智能
    • Skype
    • SQL服务器
    • 团队
  • 视窗
    • Windows 管理中心
    • Windows客户端
    • Windows服务器
  • SCCM查询集合列表
阅读: 在 Active Directory 中配置默认​​密码策略的终极指南 – 最佳实践和技巧
字体调整器氨基酸
进入IT进入IT
字体调整器氨基酸
  • 家
  • 信息技术专家
  • 技术
  • 微软
  • 视窗
  • SCCM查询集合列表
搜索
  • 家
  • 信息技术专家
  • 技术
  • 微软
    • 天蓝色
    • 配置管理器/SCCM
    • 数字PM
    • 协调者
    • Hyper-V
    • 微软 Edge 预览体验
    • 微星指数
    • 办公室 365
    • 办公室内幕
    • 电力商业智能
    • Skype
    • SQL服务器
    • 团队
  • 视窗
    • Windows 管理中心
    • Windows客户端
    • Windows服务器
  • SCCM查询集合列表
IT专业人士

在 Active Directory 中配置默认​​密码策略的终极指南 – 最佳实践和技巧

出版: 二月 4, 2024
5 最小阅读量
分享

Ultimate Guide to Configuring Default Password Policy in Active Directory – Best Practices and Tips. By default, Active Directory is configured with a default domain password policy. This policy defines the password requirements for Active Directory user accounts such as password length, age, 等等.

内容
Password Policy SettingsEnforce password history:Maximum password age: Minimum password ageMinimum password lengthPassword must meet complexity requirementsStore passwords using reversible encryptionModify Default Domain Password Policy

Password Policy Settings

Enforce password history:

This setting defines how many unique passwords must be used before an old password can be reused. For example, if my current password is “Th334goore0!” then I can’t reuse that password until I’ve changed my password 24 times (or whatever number the policy is set to). This setting is useful so users don’t keep reusing the same password. The default setting is 24

Maximum password age:

This setting defines how long in days a password can be used before it needs to be changed. The default setting is 42 days

Minimum password age

This setting determines how long a password must be used before it can be changed. The default setting is 1 day

Minimum password length

This setting determines how many characters a password must have. The default is 7. This means my password must contain at least 7 characters.

Password must meet complexity requirements

If enabled passwords must meet these requirements:

  • Not contain the user’s account name or parts of the user’s full name that exceed two consecutive characters
  • Be at least six characters in length
  • Contain characters from three of the following four categories:
    • English uppercase characters (A through Z)
    • English lowercase characters (a through z)
    • Base 10 digits (0 through 9)
    • Non-alphabetic characters (for example, !, $, #, %)

This is enabled by default

Store passwords using reversible encryption

This setting determines if the operating system stores password using reversible encryption. This is essentially the same as storing the plantest versions of passwords. This policy should NEVER be set to enabled unless you have some very specific application requirements.

Modify Default Domain Password Policy

1. Log in to your Domain Controller (or use a windows client with installed RSAT). Click on the 开始 button and find in the apps list Windows 管理工具;

2. Click on 小组政策管理;

3. 寻找 Default Domain Policy (Forest\Domains\<Domain Name>\Group Policy Objects);

If you need to modify some of the settings contained in the Default Domain Policy GPO, it is recommended that you create a new GPO for this purpose, link it to the domain, and set the Enforce option.

TechNet: Linking GPOs

Do not modify the default domain policy or default domain controller policy unless necessary. 反而, create a new GPO at the domain level and set it to override the default settings in the default policies.

TechNet: Establishing Group Policy Operational Guidelines

4. 鼠标右键 点击 Default Domain Policy and select 编辑;

5. 前往 Password Policy (Computer Configuration\Policies\Windows Settings\Security Settings\Password Policy) and configured the password policies settings to the configuration you desire;

6. Enforce password history – how many passwords the system will remember. How many unique passwords user must use when every time reset the password;

7. Maximum Password Age – how long will the password lives After this period user, will be prompted to reset the password. (您可以设置“0” for “unlimited” age time);

8. Minimum Password Age – the user may change the password after this period. (您可以设置“0” for “unlimited” age time);

9. Minimum Password Length – how long will be your passwords, but not less than this value;

10. Password must meet complexity requirements – you may set this parameter if you need in very strong passwords (small “a” and big “一个” letters, digits “1” and special symbols “!“);

11. Store passwords using reversible encryption – by default not used in the domain, only if the application required it.

You can also view the default password policy with Windows Powershell:

Get-ADDefaultDomainPasswordPolicy
Powershell

TIP: Make sure you inform all your users when you are going to do this as it may trigger them to change their password the next time they log on.

笔记: Even if you apply the password policies to the “Domain Controllers” OU it will not modify the domain’s password policy. As far as I know, this is the only exception to the rule as to how GPOs apply to objects.

标记:活动目录组策略微软视窗服务器Powershell视窗
上一篇 如何安装Windows 10 在 Hyper-V 虚拟机上: Step-by-Step Guide
下一篇 Guide to Installing SCCM Requirements: SQL Configuration, Active Directory Schema Extending and Windows Server Roles Installation
发表评论 发表评论

发表回复 取消回复

您的电子邮件地址不会被公开. 必填字段已标记 *

该网站使用 Akismet 来减少垃圾邮件. 了解您的评论数据的处理方式.

翻译

English中文(简体)DanskNederlandsFrançaisDeutschItaliano한국어PolskiPortuguêsRomânăEspañolУкраїнська
经过 Transposh - translation plugin for wordpress

热门帖子

Windows Server 的系统要求 2016
Windows服务器
配置管理器查询集合列表
配置管理器查询集合列表
configmgr
在经典团队网站的新式页面上启用结构化/托管导航
技术
SCCM 无法从 MP 获取预期版本的 DP 位置
configmgr

最近的帖子

在 Ubuntu 上安装和配置 Fail2ban 以实现 SSH 保护 24.04
Linux
在AlmaLinux上启用和配置FirewallD
Linux
AlmaLinux中的用户创建和SSH密钥设置
Linux
如何在AlmaLinux上重置密码
Linux

© 2023 进入IT

转到移动版本
欢迎回来!

登录您的帐户

用户名或电子邮件地址
密码

丢失密码?