Backup maken van haar OST file naar PST !
Open Echange PS
Remove corrupted mailbox Test 3
--> opvragen Mailbox database naam:
[PS] C:\Windows\system32>Get-MailboxDatabase -Server "EXCHANGE"
Name Server Recovery ReplicationType
---- ------ -------- ---------------
Mailbox Database 1780519836 EXCHANGE False None
--> opvragen disconnected mailboxen
[PS] C:\Windows\system32>Get-MailboxStatistics -Database "Mailbox Database 1780519836" | Where-Object {$_.DisconnectDate -Notlike $NULL} | FL DisplayName, DisconnectDate, MailboxGuid
DisplayName : Test 1
DisconnectDate : 10/13/2015 2:57:20 PM
MailboxGuid : c4b9c8fe-304c-4507-85a3-05193393d19e
DisplayName : Test 2
DisconnectDate : 10/13/2015 2:56:07 PM
MailboxGuid : 77220bd3-04c4-4179-9cc0-7e97ebf7b8ca
DisplayName : Test 3
DisconnectDate : 10/13/2015 4:01:45 PM
MailboxGuid : b4367e4e-c1ec-4103-a502-d8b6ef8e4f4d
--> complete remove disconnected mailbox Test 3
[PS] C:\Windows\system32>Remove-Mailbox -Database "Mailbox Database 1780519836" -StoreMailboxIdentity b4367e4e-c1ec-4103-a502-d8b6ef8e4f4d
Confirm
Are you sure you want to perform this action?
Removing mailbox "b4367e4e-c1ec-4103-a502-d8b6ef8e4f4d" on database "Mailbox Database 1780519836".
[Y] Yes [A] Yes to All [N] No [L] No to All [?] Help (default is "Y"): Y
Create new mailbox and connect to existing user Test 3
Import the pst file
No Comments