What you’ll notice: Disabled or unused accounts piling up in Active Directory.
Why it happens:
- No routine cleanup process
How to fix it:
- Use tools like
dsquery
or PowerShell (Get-ADComputer -Inactive
) - Disable inactive accounts, then delete after review
- Schedule regular cleanup tasks