How to Find All Active Users in Active Directory

Опубликовано: 27 Июль 2026
на канале: AJ Tech
1,382
1

Learn how to find and view all active (enabled) user accounts in Active Directory using Active Directory Users and Computers (ADUC) in this quick and beginner-friendly tutorial..

Full Playlists -    / @ajtech-nz  

PowerShell Script

Get-ADUser -Filter 'Enabled -eq $true' -Properties DisplayName, EmailAddress, Department |
Select-Object Name, DisplayName, EmailAddress, Department, Enabled |
Export-Csv -Path "C:\ActiveUsers.csv" -NoTypeInformation

In this video, you will learn:
✔ How to open Active Directory Users and Computers (ADUC)
✔ View and search user accounts in Active Directory
✔ Identify enabled (active) user accounts
✔ Use filters and saved queries for faster searches
✔ Improve Active Directory user management

Benefits of finding active users:
✔ Audit user accounts efficiently
✔ Verify active employees and users
✔ Improve account management
✔ Simplify administrative tasks
✔ Maintain a clean and organized Active Directory environment

This tutorial is perfect for:

IT Support Engineers
System Administrators
Helpdesk Technicians
Students learning Windows Server & Active Directory

By the end of this video, you'll be able to quickly identify and manage all active user accounts in your Active Directory domain.

⚡ All AJTECH videos are under 5 minutes for fast and practical learning.

Hashtags

#ActiveDirectory #WindowsServer #ADUC #UserManagement #ITSupport #SystemAdministrator #ActiveDirectoryTutorial #AJTECH #WindowsAdministration #Helpdesk