Add Wsp to CentralAdmin
Add-SPSolution -LiteralPath "C:\Users\Administrator\Desktop\My Collection\Example.wsp"
Deploy to all Web application:-
Install-SPSolution –Identity “Example.wsp” –AllWebApplications –GACDeployment
Retract all Webapplication:-
Uninstall-SPSolution –Identity Example.wsp –AllWebApplications
Remove wsp:-
Remove-SPSolution –Identity Example.wsp
No comments:
Post a Comment