Saturday, July 30, 2016

PowerShell to deploy SharePoint 2013 Solutions (WSP)


         Add-SPSolution  wsp path

        Install-SPSolution –Identity wsp name –WebApplication web application name -

GACDeployment -Force

Following installed SharePoint solution FileName.wsp in the farm within the latest version directories and specifies that global assembly cache (GAC) can be deployed for the new SharePoint solution.

Install-SPSolution -Identity FileName.wsp -GACDeployment -CompatibilityLevel 15

 

Thank you very much

          Fahadullah Karimi

         SharePoint Specialist

Fixing "This content database has a schema version which is not supported in this farm" Fixing " The server farm account should not be used for other services." SharePoint 2013 Central Administration

No comments:

Post a Comment