question

sns1 avatar image
0 Votes"
sns1 asked JerryXu-MSFT answered

Tool to find out respective software in sharepoint farm

While creating the column it is failed and coming up with below error this is due to 3rd party software installed in farm. 79827-capture.jpg


so after troubleshooting I had to remove those Brandysoft Discussion references from our farm
If I go to control panel in respective shareoint server and I have not found anthing related to that.
do we have any to scan and delete it. Please help

office-sharepoint-server-administration
capture.jpg (30.2 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

JerryXu-MSFT avatar image
0 Votes"
JerryXu-MSFT answered

Hi, @sns1 ,

You can go to Central Admin >System Settings -> Manage farm solutions. On this Page, click on the solution which you want to remove.1

First click on the link to retract it, then you shall see the link to remove it.

Using PowerShell, you can use

 Uninstall-SPSolution –Identity “Your WSP Name”.wsp –WebApplication “Site URL”
 Remove-SPSolution –Identity “Your WSP Name”.wsp


If an Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

trevorseward avatar image
0 Votes"
trevorseward answered

You can use a tool like SPDocKit to discover SharePoint Full Trust solutions, etc. deployed to the farm. Many SharePoint solutions will not have an installer, rather they will supply a WSP file that you can upload using Add-SPSolution and deploy using Install-SPSolution. You can see all farm-based solutions via Get-SPSolution.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.