Trying to hard delete from Purges folder does nothing #564
Replies: 4 comments 5 replies
-
Edit: if I try to empty Purges folder using right click -> Advanced --> Empty items and subfolders from folder, after a while I get this error: Warning: |
Beta Was this translation helpful? Give feedback.
-
Same for "RecoverableItems\Audit" folder |
Beta Was this translation helpful? Give feedback.
-
Go to your EAC Exchange admin center --> Open users mailbox settings --> Click Mailbox Tab --> Manage Mailbox Policies -->Set Retention policy to [No Policy]. Then open a second powershell. different from the one you are running the Get-MailboxFolderStatistics command from. #Loop Folder Assistant Until Data is cleared. Copy and paste below and let it run side-by-side mfcmapi: Be sure to connect Outlook to the account you want to clean and turn off cache mode, then close and reopen outlook so it takes effect. Close Outlook. After doing the above, the error in this topic went away, and I could see the mailbox reduce size. |
Beta Was this translation helpful? Give feedback.
-
Than you so much, I will try it.
Il gio 4 mag 2023, 19:28 tarnold000 ***@***.***> ha scritto:
… Go to your EAC Exchange admin center --> Open users mailbox settings -->
Click Mailbox Tab --> Manage Mailbox Policies -->Set Retention policy to
non.
Then open a second powershell. different from the one you are running the
Get-MailboxFolderStatistics command from.
#Connects you to exchange online (You must be a global admin) Copy and
paste below:
Connect-ExchangeOnline
Loop Folder Assistant Until Data is cleared. Copy and paste below and let
it run side-by-side mfcmapi:
while($true)
{
Start-ManagedFolderAssistant -Identity username -holdcleanup
write-host "waiting"; start-sleep -seconds 30;
}
Be sure to connect Outlook to the account you want to clean and turn off
cache mode, then close and reopen outlook so it takes effect. Close Outlook.
After doing the above, the error in this topic went away, and I could see
the mailbox reduce size.
—
Reply to this email directly, view it on GitHub
<#564 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIN4BOPDJCENKHWPUDUATUTXEPRLBANCNFSM6AAAAAAV2EYLFE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hi, thanks for the fantastic tool. Is it so powerful, really.
I am trying to delete some data from a mailbox and I am not able to empty the "RecoverableItems\Purges" folder. When I try to delete (using hard delete) I click OK and it does simply nothing.
I tried to enable debug log but nothing is written into it, to maybe help you for analysis.
Please help
Beta Was this translation helpful? Give feedback.
All reactions