|
Set-SPQuota
Synchronizes all assigned quotas with the corresponding quota template. Set-SPQuota [-SyncExistingOnly [<SwitchParameter>]] -Site <SPSitePipeBind> [-AssignmentCollection [<SPAssignmentCollection>]] Set-SPQuota [-SyncExistingOnly [<SwitchParameter>]] -WebApplication <SPWebApplicationPipeBind> [-AssignmentCollection [<SPAssignmentCollection>]] Set-SPQuota [-SyncExistingOnly [<SwitchParameter>]] -Farm <SPFarmPipeBind> [-AssignmentCollection [<SPAssignmentCollection>]] Set-SPQuota -WebApplication <SPWebApplicationPipeBind> -QuotaTemplate <SPQuotaTemplatePipeBind> [-AssignmentCollection [<SPAssignmentCollection>]] Set-SPQuota -Site <SPSitePipeBind> -QuotaTemplate <SPQuotaTemplatePipeBind> [-AssignmentCollection [<SPAssignmentCollection>]] Set-SPQuota -Farm <SPFarmPipeBind> -QuotaTemplate <SPQuotaTemplatePipeBind> [-AssignmentCollection [<SPAssignmentCollection>]] Parameters1 Parameter | Required | Type | Description |
---|
SyncExistingOnly | False | SwitchParameter | Synchronize site collection quota settings with the associated template only (do not assign the template if missing). | Site | True | SPSitePipeBind | The site whose quota will be set or synchronized. The type must be a valid GUID, in the form 12345678-90ab-cdef-1234-567890bcdefgh; a valid URL, in the form http://server_name; or an instance of a valid SPSite object. | AssignmentCollection | False | SPAssignmentCollection | Manages objects for the purpose of proper disposal. Use of objects, such as SPWeb or SPSite, can use large amounts of memory and use of these objects in Windows PowerShell scripts requires proper memory management. Using the SPAssignment object, you can assign objects to a variable and dispose of the objects after they are needed to free up memory. When SPWeb, SPSite, or SPSiteAdministration objects are used, the objects are automatically disposed of if an assignment collection or the Global parameter is not used. When the Global parameter is used, all objects are contained in the global store. If objects are not immediately used, or disposed of by using the Stop-SPAssignment command, an out-of-memory scenario can occur. |
2 Parameter | Required | Type | Description |
---|
SyncExistingOnly | False | SwitchParameter | Synchronize site collection quota settings with the associated template only (do not assign the template if missing). | WebApplication | True | SPWebApplicationPipeBind | The web application containing the sites whose quota will be set or synchronized. The type must be a valid URL, in the form http://server_name; or an instance of a valid SPWebApplication object. | AssignmentCollection | False | SPAssignmentCollection | Manages objects for the purpose of proper disposal. Use of objects, such as SPWeb or SPSite, can use large amounts of memory and use of these objects in Windows PowerShell scripts requires proper memory management. Using the SPAssignment object, you can assign objects to a variable and dispose of the objects after they are needed to free up memory. When SPWeb, SPSite, or SPSiteAdministration objects are used, the objects are automatically disposed of if an assignment collection or the Global parameter is not used. When the Global parameter is used, all objects are contained in the global store. If objects are not immediately used, or disposed of by using the Stop-SPAssignment command, an out-of-memory scenario can occur. |
3 Parameter | Required | Type | Description |
---|
SyncExistingOnly | False | SwitchParameter | Synchronize site collection quota settings with the associated template only (do not assign the template if missing). | Farm | True | SPFarmPipeBind | Set or synchronize all site collection quotas within the farm. | AssignmentCollection | False | SPAssignmentCollection | Manages objects for the purpose of proper disposal. Use of objects, such as SPWeb or SPSite, can use large amounts of memory and use of these objects in Windows PowerShell scripts requires proper memory management. Using the SPAssignment object, you can assign objects to a variable and dispose of the objects after they are needed to free up memory. When SPWeb, SPSite, or SPSiteAdministration objects are used, the objects are automatically disposed of if an assignment collection or the Global parameter is not used. When the Global parameter is used, all objects are contained in the global store. If objects are not immediately used, or disposed of by using the Stop-SPAssignment command, an out-of-memory scenario can occur. |
4 Parameter | Required | Type | Description |
---|
WebApplication | True | SPWebApplicationPipeBind | The web application containing the sites whose quota will be set or synchronized. The type must be a valid URL, in the form http://server_name; or an instance of a valid SPWebApplication object. | QuotaTemplate | True | SPQuotaTemplatePipeBind | The quota template to associate with the site collections in the scope. | AssignmentCollection | False | SPAssignmentCollection | Manages objects for the purpose of proper disposal. Use of objects, such as SPWeb or SPSite, can use large amounts of memory and use of these objects in Windows PowerShell scripts requires proper memory management. Using the SPAssignment object, you can assign objects to a variable and dispose of the objects after they are needed to free up memory. When SPWeb, SPSite, or SPSiteAdministration objects are used, the objects are automatically disposed of if an assignment collection or the Global parameter is not used. When the Global parameter is used, all objects are contained in the global store. If objects are not immediately used, or disposed of by using the Stop-SPAssignment command, an out-of-memory scenario can occur. |
5 Parameter | Required | Type | Description |
---|
Site | True | SPSitePipeBind | The site whose quota will be set or synchronized. The type must be a valid GUID, in the form 12345678-90ab-cdef-1234-567890bcdefgh; a valid URL, in the form http://server_name; or an instance of a valid SPSite object. | QuotaTemplate | True | SPQuotaTemplatePipeBind | The quota template to associate with the site collections in the scope. | AssignmentCollection | False | SPAssignmentCollection | Manages objects for the purpose of proper disposal. Use of objects, such as SPWeb or SPSite, can use large amounts of memory and use of these objects in Windows PowerShell scripts requires proper memory management. Using the SPAssignment object, you can assign objects to a variable and dispose of the objects after they are needed to free up memory. When SPWeb, SPSite, or SPSiteAdministration objects are used, the objects are automatically disposed of if an assignment collection or the Global parameter is not used. When the Global parameter is used, all objects are contained in the global store. If objects are not immediately used, or disposed of by using the Stop-SPAssignment command, an out-of-memory scenario can occur. |
6 Parameter | Required | Type | Description |
---|
Farm | True | SPFarmPipeBind | Set or synchronize all site collection quotas within the farm. | QuotaTemplate | True | SPQuotaTemplatePipeBind | The quota template to associate with the site collections in the scope. | AssignmentCollection | False | SPAssignmentCollection | Manages objects for the purpose of proper disposal. Use of objects, such as SPWeb or SPSite, can use large amounts of memory and use of these objects in Windows PowerShell scripts requires proper memory management. Using the SPAssignment object, you can assign objects to a variable and dispose of the objects after they are needed to free up memory. When SPWeb, SPSite, or SPSiteAdministration objects are used, the objects are automatically disposed of if an assignment collection or the Global parameter is not used. When the Global parameter is used, all objects are contained in the global store. If objects are not immediately used, or disposed of by using the Stop-SPAssignment command, an out-of-memory scenario can occur. |
Detailed DescriptionSynchronizes all assigned quotas with the corresponding quota template. Copyright 2016 Falchion Consulting, LLC > For more information on this cmdlet and others: > http://blog.falchionconsulting.com/ > Use of this cmdlet is at your own risk. > Gary Lapointe assumes no liability. Examples------------------EXAMPLE 1----------------------- PS C:\> Get-SPWebApplication http://server_name | Set-SPQuota -SyncExistingOnly ------------------EXAMPLE 2----------------------- PS C:\> Get-SPWebApplication http://server_name | Set-SPQuota -QuotaTempate (Get-SPQuotaTemplate "Portal")
|