TS-001: Forgotten password and locked account

Resolved a first-line identity incident for an HR user who had forgotten her password and locked her Active Directory account after repeated sign-in attempts. The recovery followed the approved identity-verification process, used delegated password-reset and account-unlock permissions, and required a password change before access was validated.

Scenario

Emily Wilson reported that she had forgotten her password and could not sign in. After several unsuccessful attempts, her Active Directory account became locked. Although the domain lockout would eventually expire, Emily still did not know the correct password, so the Service Desk needed to verify her identity, reset the password and restore access.

Priority reasoning: Impact was set to 3 - Low because only one user was affected. Urgency was set to 1 - High because the user could not sign in and was unable to continue working. Under the priority matrix, Low impact plus High urgency gives 3 - Moderate.

ServiceNow Ticket

ServiceNow incident for Emily Wilson showing Account Access category, Account Locked subcategory, Identity and Access Management service, Account Lockout Support offering, Active Directory configuration item, Low impact, High urgency and P3 priority
Figure 1ServiceNow incident opened for Emily Wilson with the correct service, service offering, configuration item, assignment details and P3 Moderate priority.

Investigation

I checked Emily Wilson's account in Active Directory Users and Computers. The Account tab confirmed that the account was currently locked on the domain controller, matching the user's report of repeated unsuccessful sign-in attempts.

Emily Wilson Active Directory account showing that the account is currently locked out
Figure 2Active Directory confirmed that Emily Wilson's account was locked.
Cause confirmed: Emily had forgotten her password and repeated unsuccessful sign-in attempts caused the account to reach the domain lockout threshold.

Fix Applied

After verifying the caller's identity, I used Chloe Bennett's delegated Service Desk permissions to reset Emily's password. I selected User must change password at next logon and Unlock the user's account, restoring access without using Domain Admin rights.

Reset Password dialog showing user must change password at next logon and unlock the user's account selected
Figure 3A temporary password was set, password change at next sign-in was required, and the locked account was unlocked using the delegated Service Desk workflow.

Validation

Emily signed into the domain-joined Windows client with the temporary password, changed it when prompted and reached the desktop successfully. I then confirmed the signed-in identity, workstation name and domain logon server in PowerShell.

PowerShell showing corp e.wilson signed in on CL1 with logon server DC1
Figure 4Successful domain sign-in validated on CL1 as CORP\e.wilson, authenticated through DC1.

Resolution

The incident was resolved with the resolution code Solution provided. The resolution notes recorded the identity check, locked-account confirmation, delegated password reset and unlock, forced password change and successful domain sign-in validation.

ServiceNow incident resolution information showing Solution provided, resolved by Chloe Bennett and detailed resolution notes
Figure 5Ticket resolved by Chloe Bennett with clear notes covering the investigation, delegated recovery action and successful validation.

Summary

  • Resolved a P3 Moderate identity incident for a single user with a forgotten password and locked account.
  • I confirmed the locked account state in Active Directory.
  • I reset the password, required a password change at next sign-in and unlocked the account using delegated Service Desk permissions.
  • I validated successful domain sign-in on CL1 as CORP\e.wilson, authenticated through DC1.
  • I resolved the incident in ServiceNow using the code Solution provided with clear resolution notes.
  • The workflow restored access while maintaining least privilege and avoiding the use of Domain Admin credentials.