PowerTip: Use PowerShell to Find Disabled User Accounts
Summary: Use Windows PowerShell to easily find disabled user accounts in Active Directory. How can I use Windows PowerShell to find disabled user accounts in Active Directory? Use the Search-ADAccount cmdlet from the Active Directory module: Search-ADAccount -AccountDisabled  ...