Skip to content

Kociub/Deploy-SPSolution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Deploy-SPSolution

A PowerShell cmdlet for deploying a .wsp solution package to SharePoint Server.

To initialize the cmdlet in a PowerShell prompt run:

. .\Deploy-SPSolution.ps1

Mandatory parameters:

  • SolutionFileName
  • WebAppUrl

Examples:

Deploy-SPSolution -SolutionFileName "Test.wsp" -WebAppUrl "http:\\testwebapp.com

Deploy-SPSolution -SolutionFileName "Test.wsp" -WebAppUrl "http:\\testwebapp.com" -SolutionPath "C:\TestSolutionLocation"

About

A PowerShell cmdlet for deploying a .wsp solution package to SharePoint Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published