Use case: Use this procedure to locate disabled user or computer accounts in Active Directory. EasyEntra supports flexible search queries, making it quick to identify and manage accounts that have been disabled across your environment.
To find disabled users or computers, follow these steps:
- Select the OU where you want to base your search (subtree search is the default).
- Enter your search query in the search field.
- To look up disabled accounts of any kind, type:
(disabled=true) - To look up disabled computers, type:
(&(disabled=true)(type=computer))
- To look up disabled accounts of any kind, type:
The EasyEntra AD search field allows for both standard queries and advanced LDAP queries.
To learn more about advanced AD searching in EasyEntra, click here.
ID:KB_039_HowToFindDisabledUsersAndDisabledComputers