Manually controlling Archiving process
We're using Exchange Server 2010 SP2.
We want to be able to manually control the Archiving process, I mean that we want to be able to decide when we want to Archive mailboxes and then run the Archiving proccess and the rest of the time we want it to be disabled. But although I have tried
setting the ManagedFolderWorkCycle to 0 and to 10000 and set the ManagedFolderAssistantSchedule to $null, every few days the mailboxes get archived with no control from me.
Is there a way to disable the Archiving process or the Managed Folder Assistant or prevent them from running?
Thanks in advance.
May 11th, 2012 3:44pm
You speaking about the Archiving to Archive Mailboxes or Somethin different ?
Satheshwaran Manoharan | Exchange 2003/2007/2010 | Blog:http://www.careexchange.in | Please mark it as an answer if it really helps you
Free Windows Admin Tool Kit Click here and download it now
May 11th, 2012 4:10pm
Yes, I'm talking about Archiving Mailboxes.
May 14th, 2012 3:08am
hi,
In the EMC, ORG configuration->mailbox->retention policy-> open the default policy->under the mailbox->remove all mailboxes under the tab.
I think then you can disable the auto archive.
hope can help you
thanks,CastinLu
TechNet Community Support
Free Windows Admin Tool Kit Click here and download it now
May 14th, 2012 5:33am
Thanks Castinlu.
I had already thought about that, but that was my last resource. I guess there must be a way via Powershell to add and remove a list of mailboxes from an archiving policy. Do you know how it can be done?
May 15th, 2012 4:43am
hi,
You can try the cmdlet: set-mailbox -RetentionPolicy $null - identity "user mailbox"
This is only for one user
get-mailbox | set-mailbox -RetentionPolicy $null This is for all users
hope can help you
thanks,
CastinLu
TechNet Community Support
Free Windows Admin Tool Kit Click here and download it now
May 15th, 2012 11:18pm
Thank you very much Castinlu, You have cleared all my doubts.
May 16th, 2012 10:13am