Forum Discussion
AB21805
Jul 16, 2024Bronze Contributor
Automatically email anyone who's one-drive is over 100gb
Hi all, I would like to implement an automation process to save time and avoid the need to manually find and email these users individually. The goal is to automatically email anyon...
Ahmed_Masoud97
Jul 18, 2024Iron Contributor
You can use GraphAPI command (getOneDriveUsageAccountDetail) to retrieve report with the OneDrive sites and their capacity for the last 180 days, and apply a for each command to check every user storage size and if it exceeds the 100GB send him an email