I have a test account setup with tags and retention policy assigned. The tag moves all folders to archive within 1 day. I can use the script below to manually start the ManagedFolderAssistant and process the archive retention policy as expected. But when I do not run it manually it does not process the messages that are left in my test mailbox over 2 plus days. I have looked in the application log file for any errors but do not find any. I am using Exchange 2010 SP2 Rollup 6. Any suggestions on getting the ManagedFolderAssistant to run this retention policy as expected?
Start-ManagedFolderAssistant -Identity "jsmith"
Get-MailboxServer | FL Name,ManagedFolderWork*
Name : EXG01
ManagedFolderWorkCycle : 1.00:00:00
ManagedFolderWorkCycleCheckpoint : 1.00:00:00
New-RetentionPolicyTag -Name 'Test01' -Type 'All' -Comment '' -AgeLimitForRetention '1.00:00:00' -RetentionAction 'MoveToArchive' -RetentionEnabled $true