Hello,
I have a excel document with 700 disabled users (i have their SamAccountName's along with full names). I need a way to delete all 700 users and their mailboxes. Is importing the csv the only way? Even just deleting the AD user account (wihtout mailbox) would be sufficient using remove-ADUser, preferably without a prompt to delete the user (ie. force delete)
Thanks!