共用方式為


Update-SPSolution

 

適用版本: SharePoint Foundation 2010, SharePoint Server 2010

上次修改主題的時間: 2015-03-09

升級已部署的 SharePoint 解決方案。

Syntax

Update-SPSolution [-Identity] <SPSolutionPipeBind> -LiteralPath <String> [-AssignmentCollection <SPAssignmentCollection>] [-CASPolicies <SwitchParameter>] [-Confirm [<SwitchParameter>]] [-Force <SwitchParameter>] [-GACDeployment <SwitchParameter>] [-Local <SwitchParameter>] [-Time <String>] [-WhatIf [<SwitchParameter>]]

詳細描述

Update-SPSolution Cmdlet 會升級已部署在伺服器陣列中的 SharePoint 解決方案。唯有在新解決方案與已部署之解決方案所包含的檔案與功能集相同時,才使用此 Cmdlet。若檔案與功能不同,即須分別使用 Uninstall-SPSolutionInstall-SPSolution Cmdlet 先撤銷解決方案,然後再行重新部署。

Parameters

參數 必要 輸入 描述

Identity

必要

Microsoft.SharePoint.PowerShell.SPSolutionPipeBind

指定要部署的 SharePoint 解決方案。

此類型必須是格式為 12345678-90ab-cdef-1234-567890bcdefgh 的有效 GUID、有效的 SharePoint 解決方案名稱 (例如 SPSolution1),或有效之 SPSolution 物件的執行個體。

LiteralPath

必要

System.String

指定解決方案套件的路徑。

此類型必須是下列其中一種格式的有效路徑:

- C:\folder_name

- \\server_name\folder_name

AssignmentCollection

選用

Microsoft.SharePoint.PowerShell.SPAssignmentCollection

為能適當處置物件而管理物件。使用 SPWebSPSite 等物件可能會耗用大量的記憶體,因此在 Windows PowerShell 指令碼中使用這些物件時,必須適當地管理記憶體。您可以使用 SPAssignment 物件將物件指派給變數,並在不需要時處置這些物件,以釋放記憶體。使用 SPWebSPSiteSPSiteAdministration 物件時,若未使用指派集合或 Global 參數,將會自動處置這些物件。

注意

使用 Global 參數時,所有物件會包含在全域儲存區內。若未立即使用物件,或未使用 Stop-SPAssignment 命令處置物件,將會發生記憶體不足的狀況。

CASPolicies

選用

System.Management.Automation.SwitchParameter

指定可以為新的 SharePoint 解決方案部署的程式碼存取安全性 (CAS) 原則。

Confirm

選用

System.Management.Automation.SwitchParameter

執行命令之前,會先提示您進行確認。如需詳細資訊,請輸入下列命令:get-help about_commonparameters

Force

選用

System.Management.Automation.SwitchParameter

強制執行新的 SharePoint 解決方案的部署。

GACDeployment

選用

System.Management.Automation.SwitchParameter

指定可以部署至全域組件快取 (GAC) 的新 SharePoint 解決方案。

Local

選用

System.Management.Automation.SwitchParameter

僅在本機電腦上部署解決方案。

Time

選用

System.String

指定解決方案部署的時間。預設值是立即部署。

此類型必須是有效的 DateTime 值,格式為 2010, 5, 1。

WhatIf

選用

System.Management.Automation.SwitchParameter

顯示訊息描述命令效果,而非描述命令執行的效果。如需詳細資訊,請輸入下列命令:get-help about_commonparameters

輸入類型

傳回類型

Example

------------------範例------------------

Update-SPSolution -Identity contoso_solution.wsp -LiteralPath c:\contoso_solution_v2.wsp -GACDeployment

此範例會將已部署的 SharePoint 解決方案 contoso_solution.wsp 升級為 c:\contoso_solution_v2.wsp 解決方案。

See Also

Reference

Get-SPSolution
Add-SPSolution
Uninstall-SPSolution
Remove-SPSolution
Install-SPSolution
Remove-SPSolutionDeploymentLock