To increase OneDrive for Business storage for particular user
Connect-SPOService
-Url https://domain-admin.sharepoint.com
-credential admin@domain.onmicrosoft.com
Set-SPOSite
-Identity "https://domain-my.sharepoint.com/personal/user1_domain_onmicrosoft_com"
-StorageQuota "5120000"
To increase OneDrive for Business storage for all users
References:
Also
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.