Question

Central Admin > Application > New Quota Template I tried putting 4194304 (4 TB) but it trims the last digit thus making it ~400GB.

so I thought this must one of the PowerShell stuff and wanted to give this a try http://www.falchionconsulting.com/PowerShellViewer/Default.aspx?Version=SP2010&Cmdlet=Set-SPQuotaTemplate

But quickly learned SPQuota or SPQuotaTemplate does not exists in my environment. I get "term get-spQuotatemplate is not recognized.

What am I missing?

Was it helpful?

Solution 2

Yes. I found the issue with SPQuota. The WSP has to be installed on the farm. It's by Gary blog.falchionconsulting.com/index.php/downloads

OTHER TIPS

Please make sure that you are using the SharePoint 2010/2013 Management Shell. If you are just using the normal Power Shell editor, you can run the following cmdlet first:

Add-PSSnapin Microsoft.SharePoint.PowerShell

Afterwards, just go with your typical SharePoint powershell cmdlet or functions.

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top