Forum Discussion
yshahzad
May 22, 2023Copper Contributor
Office 365 mailbox shows full instead of In-Place archiving
Hi We have a user whose Office 365 mailbox shows full instead of In-Place archiving. In-Place archiving is still more than 50%. How to fix this
eliekarkafy
May 22, 2023MVP
what is your retention policy applied on this mailbox ?
- yshahzadMay 22, 2023Copper ContributorDefault policy
Default 2-year move to archive
Default 730 days Archive- eliekarkafyMay 22, 2023MVPand the emails aged more than 2 years are not moved to the archive ?
you can force the archiving of the emails on this mailbox by using the managed folder assistant command:
Start-ManagedFolderAssistant -Identity "Chris"
after running this script the emails will move the archive folder as per the policy applied and you can monitor the space used in the archive- yshahzadMay 22, 2023Copper ContributorWill I run this command in Windows Powershell on the user's system or on any system?