Jul 16 2024 01:11 AM
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 anyone who has over 100GB used on their OneDrive, providing them with necessary steps within the email.
Is this possible?
Jul 17 2024 03:32 AM
Jul 17 2024 05:23 AM
Jul 17 2024 05:30 AM
Jul 18 2024 12:12 AM - edited Jul 18 2024 12:14 AM
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
Jul 18 2024 09:02 AM - edited Jul 21 2024 11:07 AM
Here it is: https://powerusers.microsoft.com/t5/Building-Flows/OneDrive-storage-usage/td-p/2599729
UPDATE: this article is even better: https://www.leonarmston.com/2021/02/download-microsoft-365-usage-reports-using-microsoft-graph-in-po...
Be warned: you can do that only using a Premium connector.
Jul 18 2024 09:12 AM
Aug 11 2024 12:06 AM
Hi @AB21805, did you solve the problem?