Forum Discussion
Kevin Lawrence
Mar 27, 2018Copper Contributor
Can I limit the size of a specific user folder, or be notified when it hits a certain size?
We have been tasked with a rolling 1 year automatic email deletion policy within office 365, to reduce the amount of old emails within the system. However, he wants an excluded folder called archive ...
VasilMichev
Mar 27, 2018MVP
There's nothing service-side that can limit the size of individual folders, but you can adjust the data synced to the local profile via the "cache slider" or the Sync options on the folder level. As for notifications, you can schedule some PowerShell script to periodically check the size of the folders and generate report per user, etc.