Adicionar WebPart con PowerShell en SharePoint Server

El cmdlet Add-SPSolution agrega un paquete de soluciones de SharePoint al conjunto de servidores. Este cmdlet no implementa la solución de SharePoint cargada. Use el cmdlet Install-SPSolution para implementar la solución de SharePoint en el conjunto de servidores. Para obtener permisos y la información más actualizada acerca de Windows PowerShell para SharePoint Products, vea la documentación en línea en cmdlets de SharePoint Server.

Add-SPSolution -LiteralPath c:\contoso_solution.wsp

Add-SPSolution
   [-LiteralPath] <String>
   [-AssignmentCollection <SPAssignmentCollection>]
   [-Confirm]
   [-Language <UInt32>]
   [-WhatIf]
   [<CommonParameters>]

Espero les sea de ayuda.

Puedes validar más información aquí

Ademir 






Comentarios

Entradas más populares de este blog

Que es un Webpart o Elemento Web en SharePoint?

The type or namespace name ‘SharePoint’ does not exist in the namespace ‘Microsoft’ (are you missing an assembly reference?) – SharePoint 2013 Client Object Model dlls

Extender el periodo de Evalución hasta 240 días en SQL Server y SharePoint Server