Delete Multiple AD users (List of users with SamAccountName are in csv file ) using below Powershell script.
Import-Csv C:\temp\Del.csv | Foreach-Object {Remove-ADUser -Identity $_.SamAccountName -Confirm:$False }
We use cookies to understand how you use our site and improve your experience. This includes personalized content and advertising.... Learn more
Join the conversation