Forum Discussion

Kostas_Ap1225's avatar
Kostas_Ap1225
Copper Contributor
May 17, 2022
Solved

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

  • Harm_Veenstra's avatar
    Harm_Veenstra
    May 31, 2022

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

    • Kostas_Ap1225's avatar
      Kostas_Ap1225
      Copper Contributor
      Hi,

      thanks for your answers, they were pretty helpful.
      I solved it.
      • Harm_Veenstra's avatar
        Harm_Veenstra
        MVP

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

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

     

     

     

Resources