How To: Remove a Content Source

Go to: Removing SharePoint 2013 Content Source

How To: Remove SharePoint 2013 Components

AspireBDCService

  • Run the powershell script RemoveAspireBDCService.ps1 (.\RemoveAspireBDCService.ps1 -configurationFilePath ..\config\configurationParameters.xml)

This will do the following:

  • Remove the AspireService site on IIS.
  • Remove the AspireService application pool on IIS.
  • Remove the AspireService folder under C:\inetpub\wwwroot

Notification Service

  • Run the powershell script RemoveNotificationService.ps1 (.\RemoveNotificationService.ps1 -configurationFilePath ..\config\configurationParameters.xml)

This will do the following:

  • Retract aspirenotificationservice.wsp solution.
  • Remove aspirenotificationservice.wsp solution.

Intermediate Repository

  • Run the powershell script RemoveIntermediateRepository.ps1 (.\RemoveIntermediateRepository.ps1 -configurationFilePath ..\config\configurationParameters.xml)

Error Crawl Logs Service

  • Run the powershell script RemoveErrorCrawlLogsService.ps1 (.\RemoveErrorCrawlLogsService.ps1 -configurationFilePath ..\config\configurationParameters.xml)

This will do the following:

  • Retract errorCrawlLogsService.wsp solution.
  • Remove errorCrawlLogsService.wsp solution.

Aspire Security Trimmer

Run the UninstallAspireSecurityTrimmer.ps1 script on PowerShell (.\UninstallAspireSecurityTrimmer.ps1 -configurationFilePath ..\config\configurationParameters.xml).

  • No labels