Forum Discussion
kulterudkjetil
Dec 16, 2021Copper Contributor
Items are not moved to archive, Exchange Online
Hi, A customer of ours have enabled archive on one of their mailboxes, but mails older than 2 years are not moved to the archive. I thought that the default MRM policy, which have "Default 2...
- Dec 16, 2021Using Get-Mailbox just check if
1. Archive is enabled
2. "Default 2 years move to archive" is applied to the Mailbox
3. Retention Hold is set to False
If everything is setup correctly Run Start-ManagedFolderAssistant
surajbudhani
Microsoft
Dec 16, 2021Using Get-Mailbox just check if
1. Archive is enabled
2. "Default 2 years move to archive" is applied to the Mailbox
3. Retention Hold is set to False
If everything is setup correctly Run Start-ManagedFolderAssistant
1. Archive is enabled
2. "Default 2 years move to archive" is applied to the Mailbox
3. Retention Hold is set to False
If everything is setup correctly Run Start-ManagedFolderAssistant
- kulterudkjetilDec 22, 2021Copper ContributorThis all checked out ok, and the archiving had started by itself after a few days.
Thanks