-
Notifications
You must be signed in to change notification settings - Fork 369
[BUG] Get-PnPUserOneDriveQuota reporting license maximum quota instead of actual quota #1554
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Indeed, seems it's not reporting the correct value. FYI - @gautamdsheth @KoenZomers |
I cannot seem to reproduce it here. Works fine for me using the code shared in this issue. @veronicageek were you able to reproduce this issue? |
Kind of. I didn't have the (default) 1TB in return, but for a user where I've set 20GB quota, it was giving me 5GB... 🤷🏻♀️ |
I tried it against two accounts where I have the maximum value of 5 TB set and it reported back exactly that and exactly the same value through both SPO Mgmt Shell and PnP Posh. |
Yes but can you set the quota to something else (i.e.: 20GB) and try again? |
Still happening with |
Fix #1554 - issue with onedrive site storage quota
Reporting an Issue
Get-PnPUserOneDriveQuota
returns a value that is not equal to actual applied quota. Problem still occurs after usingSet-PnPUserOneDriveQuota
.Expected behavior
The command should return the same quota as the one applied, displayed in administration center or returned by
Get-SPOSite
command.Actual behavior
The value returned seems to be the maximum quota allowed by the user's license.
Here's an example getting one user quota and the actual quota applied to underlying SharePoint site collection.
Steps to reproduce behavior
What is the version of the Cmdlet module you are running?
Using 1.9.0 version of the module
Which operating system/environment are you running PnP PowerShell on?
The text was updated successfully, but these errors were encountered: