carnagelan
Senior Member
- Joined
- Jul 4, 2015
- Messages
- 562
- Reaction score
- 146
Hello
I’ve added a new password policy via GPO on our domain. The policy requires that all passwords must be at least 12 characters long and include numbers as well as special characters.
To support this, I created a PowerShell script that sets the “User must change password at next logon” option on all user accounts.
Regards
I’ve added a new password policy via GPO on our domain. The policy requires that all passwords must be at least 12 characters long and include numbers as well as special characters.
To support this, I created a PowerShell script that sets the “User must change password at next logon” option on all user accounts.
- For users whose existing passwords did not meet the new policy, this works as expected. When they log in to the RDS cluster, they are prompted with the password change dialog and can successfully update their credentials.
- However, users whose passwords already met the policy are experiencing an issue. When they attempt to log in to the RDS cluster, they receive the message: “Password has expired, please contact your system administrator.” Unfortunately, they are not given the option to update their password.
Regards