Forum Discussion
franckma
Feb 17, 2022Brass Contributor
Storage quota warning notification to Admins for all OneDrive accounts
I would like to configure a storage quota warning notification for all of the company's OneDrive for Business accounts to a group a admins. Especially since we have FirstLine worker with a 2 GB stor...
- Feb 18, 2022You can easily do this via PowerShell, here's a sample script: https://docs.microsoft.com/en-US/sharepoint/manage-site-collection-storage-limits?WT.mc_id=365AdminCSH_spo#monitor-site-storage-limits-by-using-powershell
VasilMichev
Feb 18, 2022MVP
You can easily do this via PowerShell, here's a sample script: https://docs.microsoft.com/en-US/sharepoint/manage-site-collection-storage-limits?WT.mc_id=365AdminCSH_spo#monitor-site-storage-limits-by-using-powershell
- franckmaFeb 18, 2022Brass ContributorGreat thanks,
and I could filter the OneDrive through this command:
Get-SPOSite -Limit ALL -Filter {Url -like "contoso-my.sharepoint.com/personal"} -IncludePersonalSite:$true