- Run SharePoint Online Management Shell as Administrator.
- Connect to SPO
Once connected use the following scripts (change identifiers to the target user) to increase OneDrive Storage.
Get – For you to know the current state of the user’s OneDrive
- Get-SPOSite -Identity https://delightgarrovillo-my.sharepoint.com/personal/Delight_delightgarrovillo_com | fl
Set- to change the state of the user’s OneDrive.
- Set-SPOSite -Identity https://delightgarrovillo-my.sharepoint.com/personal/Delight_delightgarrovillo_com -StorageQuota 150000
Leave a Reply