Forum Discussion
Kostas_Ap1225
May 17, 2022Copper Contributor
Hard Delete via Powershell
Hi Guys.My name is Kostas.I am pretty excited to be in this community. 🙂
I have a question.
What are the steps for a hard delete of a users mailbox via Powershell?
There has been granted a soft delete of the users mailbox.
Apart from that when trying to authenticate and archive i receive an unknown exchange error followed by Correlations ID.
After soft delet
Thanks, good to hear! Please mark my answer as solution to mark it as solved.
- And what error is it that you received? Screenshot?
- Kostas_Ap1225Copper ContributorHi,
thanks for your answers, they were pretty helpful.
I solved it.Thanks, good to hear! Please mark my answer as solution to mark it as solved.
- Did this work out for you?
First use Remove-Mailbox -Identity "username" and then Get-Mailbox -Identity "username" -SoftDeleted | Remove-Mailbox -PermanentlyDelete. This should remove/delete it completely.