Office 365 – You can now assigned a storage quota to Office 365 Groups

As you may know, Office 365 Groups have been introduced some time ago already. We can view this feature as the replacement of the Mailbox site.

That said, when you create an Office 365 Group it creates a distribution list and a SharePoint site to store the files associated with.

As this site is a SharePoint site, this consumes your allocated storage.

Until now, there was no way to set a quota to an Office 365 Group.

Microsoft has updated the feature and now you can set a storage quota to any Office 356 Group.

As Office 365 administrator, no action is required from you to enable this. The only action you have to follow is to manually set the quota for the group.

To set a quota to an Office 365 Group, follow the following steps:

NOTE the current version 16.0.4915.1200 has been published in January 2016. As usual, it is recommended to always use the latest version

  • Connect to your SharePoint tenant
    • $cred = Get-Credential

      Connect-SPOService -Url https://<your Office 365 tenant name>-admin.sharepoint.com -credential $cred

  • Get the site URL for the Office 365 Group
  • Set the quota
  • Set-SPOSite –Identity https://<your Office 365 tenant name>.sharepoint.com/sites/<groupname> -StorageQuota 3000 -StorageQuotaWarningLevel 2000

Leave a Comment

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.