Oct 19 2021 01:29 AM
Hi all,
I have turned on in 'https://compliance.microsoft.com/informationgovernance' a retention policy for location 'Exchange email' for 'All recipients'. This policy is on for 4 days now.
When I check one of my users with:
Get-mailbox -identity user1@domain.com | Format-List *hold*
I see:
InPlaceHolds: {}
I would expect something like:
InPlaceHolds: {mbxcdbbb86ce60342489bff371876e7f224:1}
Which is described in Here
When I check the policy with:
Get-OrganizationConfig | Format-List InPlaceHolds
I get a value like:
InPlaceHolds : {mbxcdbbb86ce60342489bff371876e7f224:1, grp1a0a132ee8944501a4bb6a452ec31171:1}
To me it looks the Microsoft 365 retention policy do not work, even the policy says in the compliance portal 'Enabled, (Success)'
Do anyone knows how I can fix this?
Thanks.
Regards,
Ricardo
Oct 19 2021 09:23 AM
SolutionOct 20 2021 12:17 AM
@VasilMichev Many thanks, so only if I exclude one user from the organization-wide Microsoft 365 retention policy it will get an value like '-mbxe9b52bf7ab3b46a286308ecb29624696'?
Oct 20 2021 05:34 AM
Oct 19 2021 09:23 AM
Solution