Friday 3 May 2013

How to add a SharePoint Solution (WSP) in Farm (Sharepoint Server)


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

Rescan Disk Option Greyed Out | New Disks Not visible on Disk management | Update-HostStorageCache

  Recently I have added several LUN from NetApp Storage to Hyper-V servers. But in the disk management I couldn't see those new LUN. Exi...