Ta bort soft deleted mailboxes

Enskild användare
Remove-StoreMailbox -Database MBD01 -Identity "Username" -MailboxState SoftDeleted
Databas
Get-MailboxStatistics -Database "Databas" | where {$_.DisconnectReason -eq "SoftDeleted"} | foreach {Remove-StoreMailbox -Database $_.database -Identity $_.mailboxguid -MailboxState SoftDeleted}