Using POWER SHELL we can add a solution to the server and using Central administration can deploy the solution to the specific or All web application.
We can deploy the solution through powershell too. Before deploying you need to add a solution in the SharePoint Farm or Server.
This post is describes how to add a solution in SharePoint through Powershell.
The following command is using to do this activity attached with the example.
Syntax: Add-SPSolution -LiteralPath <FolderPath or UNC Path>
UNC Path means file sharepath (\\servername\sharename)
No comments:
Post a Comment