Active Directory – Disable expired user accounts with PowerShell tbo 03/18/2021 GEEK Search-ADAccount -AccountExpired -UsersOnly | Where-Object {$_.Enabled}| Disable-ADAccount Read More