Created
December 19, 2011 15:59
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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