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 }
Microsoft Active Directory, Windows Server 2003, 2008, 2012, Computer Tips, Internet, Information Technology, Mobile Apps and other info....