Check in Server Configuration --> Mailbox --> Mailbox Server --> Properties --> Messaging Records Management --> and check time set at Schedule the Managed Folder Assistant.
There you can see when it is going to run, automatically.
Other time then that, you have to run it manually.
Scott C
This blog tells that the policy may not be immediately available after setting.
Start-ManagedFolderAssistant
Start-ManagedFolderAssistant -Identity ExchSrvr1, ExchSrvr2
Start-ManagedFolderAssistant -Mailbox Chris
Get-Mailbox -Anr Chr -DomainController DC01 | Start-ManagedFolderAssistant
I ran all the commands with no error
is it because there is no mrm policy defined but managedfolderassistant can still run
pramod1
ASKER
does managed folder assistant requires managed folder mailbox policy defined on mailbox
pramod1
ASKER
can you please let me know what is going on
there are3 images of 1 mailbox one shows item size which is 1.5gb I also got the same figure when I ran get-mailboxstatistics. but when checked under mailbox settings I see some different figure
https://technet.microsoft.com/en-us/library/aa998864(v=exchg.80).aspx
Also take a look here for more information on how to schedule that command.
https://technet.microsoft.com/en-us/library/bb123958(v=exchg.80).aspx
At the bottom under "For More Information" there are links to other related commands.