Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security, Veeam & DevOps

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form

How to detect who disabled a user in Active Directory

Posted on 19/03/202017/08/2026 Christian By Christian No Comments on How to detect who disabled a user in Active Directory
  1. Home
  2. Windows Server
  3. How to detect who disabled a user in Active Directory
detect user disablement

This method is a pretty straightforward approach when using a third-party Software to monitor the Active Directory. These tools help in mitigating challenges when it comes to managing and monitoring AD. In this article, we shall discuss how to detect who disabled a user in Active Directory. Please see how to detect if an application was uninstalled on Windows: Find out who has uninstalled an application via Windows Event Viewer, and how to find out who restarted Windows Server.

Some monitoring tools and software are as follows.

  • Data Protection Manager from Microsoft
  • Microsoft System Center Management Pack for ADDS
  • Spiceworks
  • Netwrix
  • SolarWinds Server and Application Manager
  • ManageEngine ADManager Plus
  • ManageEngine ADAudit Plus
  • Lepide Active Directory Auditor
  • Netwrix Auditor for AD
  • Quest Active Administrator
  • Varonis
  • FirstWare AD-Inspector
  • Quest Active Administrator
  • PRTG Active Directory Monitor

Many others are capable of monitoring the Active Directory environment (detect who disabled a user in Active Directory).

Determine who has disabled a user

To determine who has disabled a user using built-in Active Directory tools, follow the steps below. Launch the Group Policy Management tool

Active Directory monitoring

Create a new GPO

monitoring tools

Name the GPO whatever you desire as shown below

detect user disablement

Now edit the newly created GPO as shown below

Active Directory monitoring

Enable the Audit Policy

This will be open the “Group Policy Management Editor”
– Go to “Computer Configuration”
– Click on Policies
– Windows Settings
– Security Settings
– Local Policies and
– Audit Policy: Here on the “Audit account management”
– Define these policy settings to “Success”

monitoring tools

The result will be as shown below

software detection

Define the log Size

Next, navigate to Event Log and define the policy settings as shown below. Maximum security log size to 4194304 KB

detect user disablement

Retention method for security log to Overwrite events as needed.

monitoring tools

Next, link the new GPO to the OU with User Accounts that you want to audit
– Go to “Group Policy Management”
– Right-click the defined OU
– Choose “Link an Existing GPO”

Active Directory monitoring

Choose the GPO that you’ve created.

monitoring tools

In this way, the GPO will be linked to the OU as shown below

monitoring tools

Next, update the group policy on the Employee OU. Here are the steps to do this below

software detection

On the Group Policy Management prompt as shown below. Click on OK

detect user disablement

Fire up the ADSI Edit Tool

Active Directory monitoring

This will open the ADSI Tool and click on Connect to

monitoring tools

Connect to Default naming context

Screenshot of ADSI Edit connection settings, showing fields for 'Name' and 'Path', with options for selecting a well-known Naming Context and computer settings.

Right-click DomainDNS object with the name of your domain “Mine here is TechDirectArchive”

Screenshot of ADSI Edit showing the default naming context with 'DC=Techdirectarchive,DC=local' highlighted and the properties option selected from a dropdown menu.

Click on Properties and then switch to the Security tab. Click on Advanced

Screenshot of ADSI Edit showing the Security tab for local properties with user groups and permission settings.

This will open the “Advanced Security Settings for your domain “TechDirectArchive”. Navigate to the Auditing tab

Advanced Security Settings window for a directory, showing permissions and auditing options with an 'Add' button highlighted.

Add User, Computer or Group etc

Add Principal “Everyone”

A user interface for auditing entry settings in a computer system. It displays options to select a principal, set the audit type, and specify permissions for an object within the Techdirectarchive location.

Click on Success “Success”. This applies to “This object and Descendant objects”.

Permissions: Select all checkboxes except the following not checked in the image below

Screenshot of an auditing entry configuration window, showing settings for 'Everyone' with a success type and permissions listed, including 'Read permissions'.

The screenshot below is the result of the permissions assigned to everyone

Screenshot of the Advanced Security Settings for a folder, displaying permissions and auditing entries with access rights highlighted.

Click on “ok” to close the security properties windows. To test, open the “Event Viewer”. See the Various methods to launch the Event Viewer.

Screenshot of the Event Viewer on a Windows computer, displaying the Overview and Summary section with options for viewing administrative events, recently viewed nodes, and log summary.

Navigate to the Windows log, Security, and click on “Filter Current Log”.

Screenshot of the Windows Event Viewer showing the Security and Application logs with options to filter current logs highlighted.

Search the Security log for event ID 4725 (User Account Management task category)

Screenshot of a filter dialog box for the 'Current Log' in a Windows event viewer, showing options to filter by event level, event logs, and event IDs, with '4725' highlighted and the 'OK' button marked.

This will display the number of disabled users in the Event log as performed

Screenshot of Windows Event Viewer displaying the details of an event log (Event ID 4725) related to user account management, showing a disabled user account with specifics about the subject and target accounts.

Also, see Viewing Scheduled Events on AW using the Command Line (CLI), and how to Query MBAM to display the BitLocker Recovery report.

FAQs

What is the process for identifying the culprit behind the deactivation of a user account in Active Directory?

Investigate the Security event logs on the domain controller by filtering for events related to user account modifications. Analyze the event entries to extract information such as the username and workstation details, providing insights into who disabled the user account and when the action occurred.

How can I track down the person who deactivated a user in Active Directory?

Utilize the Windows Event Viewer on the domain controller to review security logs. Filter for events associated with user account modifications, focusing on the event details to ascertain the identity of the person who disabled the user account and the system used to act.

Are there specific logs or events I should check to identify the culprit behind a user account disablement in Active Directory?

review the Security logs on the Domain Controller, and pay attention to Event ID 4725. This event provides comprehensive information, allowing you to determine the user who was disabled and the entity responsible for the action.

I hope you found this article useful on How to detect who disabled a user in Active Directory. Please feel free to leave a comment below.

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
Windows Server Tags:Active Directory, Event Viewer, eventlog, Microsoft Windows, Monitoring, Monitoring tool, Windows 10, Windows 11, Windows Server 2016

Post navigation

Previous Post: How to find disabled Active Directory User accounts
Next Post: How to check if homebrew is installed on macOS

Related Posts

  • image 78
    Enable LDAP over SSL with a third-party Certificate such as DigiCert Windows
  • windows 1 2
    How does Dynamic Host Configuration Protocol work Windows Server
  • Faulty SecHealthUI e1781959243228
    Faulting SecHealthUI: Resolve Windows Defender Notification Windows
  • How to install and configure a Standalone DNS Server
    How to Install and Configure a Standalone DNS Server Windows Server
  • ghfg 1
    Handy WSUS Commands: Windows Server Update Services Commands, WAUACLT, PowerShell and USOClient Windows Server
  • Featured image WSL2 installation
    How to install WSL2 on Windows Server Linux

More Related Articles

image 78 Enable LDAP over SSL with a third-party Certificate such as DigiCert Windows
windows 1 2 How does Dynamic Host Configuration Protocol work Windows Server
Faulty SecHealthUI e1781959243228 Faulting SecHealthUI: Resolve Windows Defender Notification Windows
How to install and configure a Standalone DNS Server How to Install and Configure a Standalone DNS Server Windows Server
ghfg 1 Handy WSUS Commands: Windows Server Update Services Commands, WAUACLT, PowerShell and USOClient Windows Server
Featured image WSL2 installation How to install WSL2 on Windows Server Linux

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Veeam Vanguard

  • Featured image BitLocker AES XTX 256
    Enable BitLocker AES-XTX 256 Encryption Security | Vulnerability Scans and Assessment
  • Dockerxx1
    How to install and uninstall Docker Desktop on Windows 10 and Windows Server Containers
  • fallocate
    What the Fallocate command does Linux
  • images 5
    Perform Pleasant Password Self-Service Reset Enrolment Password Manager
  • PXE Access Denied or Aborted e1778854629821
    PXE Boot Failure: “Access Denied or Aborted” with Secure Boot on [Part 4] Virtualization
  • Snapshot replication failed
    Inbound connection Error: Failed to Perform Scheduled Replication [Part 2] Storage
  • WDS
    An error occurred while trying to start the Windows deployment services error 0x906 Windows Server
  • 111615smarthomeNG
    Unspecified GSS failure: How to fix Clock skew too great Web Server

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,759 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Contact
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon
  • Bsky

Tags

Active Directory Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2026 TechDirectArchive

Loading Comments...

You must be logged in to post a comment.