May 17 2022 01:28 AM
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
May 18 2022 01:09 PM - edited May 18 2022 01:13 PM
First use Remove-Mailbox -Identity "username" and then Get-Mailbox -Identity "username" -SoftDeleted | Remove-Mailbox -PermanentlyDelete. This should remove/delete it completely.
May 26 2022 02:37 PM
May 31 2022 05:17 AM
May 31 2022 05:21 AM - edited Jun 24 2022 02:04 AM
SolutionThanks, good to hear! Please mark my answer as solution to mark it as solved.