It`s simple when you know how ! Microsoft Exchange 2016 Check And Remove Mailbox From Quarantine exchange 2016

Check And Remove Mailbox From Quarantine exchange 2016

To check all server:

Get-Mailbox | Get-MailboxStatistics | Where {$_.IsQuarantined –eq $True}

Single :

Get-MailboxStatistics "User_Name" | fl IsQuarantined

Release :

Disable-MailboxQuarantine"User_Name"

Delete regkey :

HKLM\SYSTEM\CurrentControlSet\Services\MSExchangeIS\<ServerName>\Private-{dbguid}\QuarantinedMailboxes\{mailbox guid}

Fix mailbox :

New-MailboxRepairRequest -mailbox "User_Name" -corruptiontype Aggregatecounts,searchfolder,provisionedfolder,folderview

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

After Add Certificate To Exchange And URL changing Accordingly, Free&Busy not showing . OWA Show error code 5021After Add Certificate To Exchange And URL changing Accordingly, Free&Busy not showing . OWA Show error code 5021

  After replacing the self sign exchange certificate with trusted certificate publisher, you need to change the exchange services URL’s accordingly to mach the names on the certificate : How