PowerShell Commands
Site Backup:
backup-spsite http://serverurl -path d:\temp\filepath.bak
Site Restore :
restore-spsite http://igrid101:8888 -path d:\temp\neo1800site.bak -force
Add WSP Solution :
Add-SPSolution -LiteralPath c:\Solutionname.wsp
Deploy the Wsp Solution :
Install-SPSolution -Identity contoso_solution.wsp -GACDeployment
Site Backup:
backup-spsite http://serverurl -path d:\temp\filepath.bak
Site Restore :
restore-spsite http://igrid101:8888 -path d:\temp\neo1800site.bak -force
Add WSP Solution :
Add-SPSolution -LiteralPath c:\Solutionname.wsp
Deploy the Wsp Solution :
Install-SPSolution -Identity contoso_solution.wsp -GACDeployment
Comments
Post a Comment