Hi @Nate
Thank you for posting your question in the Microsoft Q&A forum.
We're truly sorry for the difficulty you've encountered while trying to delete multiple contacts, especially after exploring several different methods without success.
Since you've already run a number of PowerShell scripts, have you had a chance to try using a CSV file with the following command?
Import-Csv C:\contacts.csv | ForEach-Object {Remove-MailContact -Identity $_.Name}
This approach uses the Remove-MailContact cmdlet to remove each contact listed in your CSV file. You can find more details in Remove-MailContact (ExchangePowerShell) | Microsoft Learn.
If you've already tried this and it didn’t work, could you share any error messages or unexpected behavior you encountered? That will help us better understand what’s happening.
We appreciate your understanding that sometimes the initial suggestions may not resolve the problem very soon. However, we can work together to narrow down and resolve the situation. So, please kindly provide more information below to let us work further.
Thank you again for your cooperation.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.