SOLVED

Hard Delete via Powershell

Copper Contributor

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

5 Replies

First use Remove-Mailbox -Identity "username" and then Get-Mailbox -Identity "username" -SoftDeleted | Remove-Mailbox -PermanentlyDeleteThis should remove/delete it completely.

 

 

 

Did this work out for you?
And what error is it that you received? Screenshot?
Hi,

thanks for your answers, they were pretty helpful.
I solved it.
best response confirmed by Kostas_Ap1225 (Copper Contributor)
Solution

Thanks, good to hear! Please mark my answer as solution to mark it as solved.

1 best response

Accepted Solutions
best response confirmed by Kostas_Ap1225 (Copper Contributor)
Solution

Thanks, good to hear! Please mark my answer as solution to mark it as solved.

View solution in original post