I'm looking for an app that can run to auto delete disabled AD user accounts in a specific OU after say 30 days
Any advice will be highly appreciated
I'm looking for an app that can run to auto delete disabled AD user accounts in a specific OU after say 30 days
Any advice will be highly appreciated
Use PowerShell. Look into the commands Search-ADAccount
, Get-ADuser
, Remove-AdUser