Monday, 14 May 2018

How to increase the One-Drive storage for particular user?


Here are the steps to increase the One-Drive storage for particular user. 





PS C:\Windows\system32> Connect-SPOService

cmdlet Connect-SPOService at command pipeline position 1
Supply values for the following parameters:





PS C:\Windows\system32> Get-SPOSite -Identity https://Super-my.sharepoint.com/personal/scott_main_Super_com

Url                                                                                                    Owner                                    Storage Quota
---                                                                                                    -----                                    -------------
https://Super-my.sharepoint.com/personal/scott_main_Super_com                                  scott.main@Super.com                          5120



PS C:\Windows\system32> Set-SPOSite -Identity https://Super-my.sharepoint.com/personal/scott_main_Super_com -StorageQuota 10240

PS C:\Windows\system32> Get-SPOSite -Identity https://Super-my.sharepoint.com/personal/scott_main_Super_com

Url                                                                                                    Owner                                    Storage Quota
---                                                                                                    -----                                    -------------
https://Super-my.sharepoint.com/personal/scott_main_Super_com                                  scott.main@Super.com                         10240



PS C:\Windows\system32> Get-SPOSite -Identity https://Super-my.sharepoint.com/

Url                                                                                                    Owner                                    Storage Quota
---                                                                                                    -----                                    -------------
https://Super-my.sharepoint.com/                                                                   s-1-5-21-4051056689-3688846465-419978...      26214400



PS C:\Windows\system32>