Previous Topic: Change How Directory Attributes Appear in the SharePoint People PickerNext Topic: Extend Web Applications to Different Zones for CRAWL Service and Search Support


Remove Claims Search Web Service

The Remove-SMClaimSearchService command removes the changes made in the web.config file. The script identifies the modifications made by the user from the CASiteMinderSharePoint2010Agent_ClaimsSearchServiceEndpoint file.

Follow these steps:

  1. Click Start, All Programs, Microsoft SharePoint 2010 Products, the SharePoint 2010 Management Shell.

    The SharePoint 2010 Management Shell command prompt appears.

  2. Navigate to the folloiwng directory:
    C:\Program Files\CA\SharePointClaimsProvider\scripts
    
  3. Enter the remove command. This command has the following format:
    Remove-SMClaimSearchService.ps1 -WebApplication <URL_of_web_application>
    
    WebApplication

    Specifies the URL of the web application.

    Example:

    .\Remove-SMClaimSearchService.ps1 -WebApplication http://myhostname:1234
    

    The changes made in the web.config file are removed.