Skip to content

Instantly share code, notes, and snippets.

@jjaramillo
Created December 19, 2011 15:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jjaramillo/1497773 to your computer and use it in GitHub Desktop.
Save jjaramillo/1497773 to your computer and use it in GitHub Desktop.
Powershell commands in order to fully deploy a feature. (This case a job) in sharepoint 2010
Add-SPSolution "c:\Paradigma.GrupoMundial.Innovacion.JobInstall.wsp"
Install-SPSolution -Identity "Paradigma.GrupoMundial.Innovacion.JobInstall.wsp" -GACDeployment
Enable-SPFeature -Identity "Paradigma.GrupoMundial.Innovacion.JobInstall_Feature1" -Url "http://localhost:10963"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment