powershell to configure quotas
Could someone please tell me if the powershell scripts in the following article will work with WSS 3.0 running on Windows Server 2003 Standard? If not, how would I modify it to work? Thank you! http://blogs.msdn.com/b/brporter/archive/2011/02/25/how-to-update-site-collection-quotas-for-existing-site-collections.aspx <input id="ba4808a9-f4d3-4aea-9c5e-27ddf07fd172_attachments" type="hidden" />
July 2nd, 2012 7:13pm

They will work if you change this line: $webApplication = Get-SPWebApplication $WebApplicationUrl to these two lines each place the above occurs: [System.Reflection.Assembly]::LoadWithPartialName("Microsoft.SharePoint") $webApplication = [Microsoft.SharePoint.Administration.SPWebApplication]::Lookup($webapplicationUrl) Mike Smith TechTrainingNotes.blogspot.com
Free Windows Admin Tool Kit Click here and download it now
July 2nd, 2012 7:44pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics