Forum Discussion
Modified Retention Policy
- Sep 14, 2018
Hey Brenden Keane,
I have had my share of headaches rolling this out for a client, and trying to get it to work in the timeframe you wanted.
MRM policies are tied directly to the Managed Folder Assistant (MFA) in exchange online
As my friend VasilMichev pointed out, the MFA only runs ones roughly every 7 days (although its not like its sitting there and at 1am on a Monday always runs.) So if you go through an apply a policy to a users mailbox on say a Monday. That Thursday maybe the policy runs. The following Friday your users goes through and tags stuff with the new policy. Well it could be later in the following week before you see any changes to the stuff they taged.
In our experience it was just really really hard to know exactly when/if it was working.
You can however essentially ask that your mailbox be put in the queue to run the MFA on the EXO servers:
Start-ManagedFolderAssistant -Identity "Mailbox"
This works great for initial testing, but not long term. So why you are trying to confirm your MRM policy is working/for this user. Go in and run the above command once you know the policy has been applied, and a short time later (Probably 30 min to a few hours depending on the Microsoft Queue,) you should see the application to that mailbox.Note this command is really meant to just do something like mention above, testing. If you do it repeatedly, (like write a script to try to do this once a day) you will get throttled.
So for your testing, once the policy is on, run that command and see if you have success.
Goodluck!
Adam
When did you exclude the user from the policy? It might take a while (7 days or so I believe) until the changes are reflected. You can check the policy distribution status with PowerShell. Or just open a support case.
I made the change 8 days ago at this point. Even resorted to deleting the policy as a whole yesterday, and still no change.
- Adam OchsSep 14, 2018Steel Contributor
Hey Brenden Keane,
I have had my share of headaches rolling this out for a client, and trying to get it to work in the timeframe you wanted.
MRM policies are tied directly to the Managed Folder Assistant (MFA) in exchange online
As my friend VasilMichev pointed out, the MFA only runs ones roughly every 7 days (although its not like its sitting there and at 1am on a Monday always runs.) So if you go through an apply a policy to a users mailbox on say a Monday. That Thursday maybe the policy runs. The following Friday your users goes through and tags stuff with the new policy. Well it could be later in the following week before you see any changes to the stuff they taged.
In our experience it was just really really hard to know exactly when/if it was working.
You can however essentially ask that your mailbox be put in the queue to run the MFA on the EXO servers:
Start-ManagedFolderAssistant -Identity "Mailbox"
This works great for initial testing, but not long term. So why you are trying to confirm your MRM policy is working/for this user. Go in and run the above command once you know the policy has been applied, and a short time later (Probably 30 min to a few hours depending on the Microsoft Queue,) you should see the application to that mailbox.Note this command is really meant to just do something like mention above, testing. If you do it repeatedly, (like write a script to try to do this once a day) you will get throttled.
So for your testing, once the policy is on, run that command and see if you have success.
Goodluck!
Adam- Brenden KeaneSep 14, 2018Copper Contributor
PARTY TIME! Thanks so much. That did it. My mailbox had been stuck with a two day retention set by a non-IT employee who originally created our tenant. I s'pose I'll have to start actually replying to emails now. Thanks again!
- Adam OchsSep 14, 2018Steel Contributor
Happy to help, thanks for updating and letting us know it worked!
Now you can go into the weekend hopefully somewhat relaxed!Adam