---
title: Add and deploy the solution
description: Download the SharePoint People Picker Integration Kit .zip archive from the Add-ons tab of the PingFederate downloads page or the Ping Identity Marketplace.
component: sharepoint-peoplepicker
page_id: sharepoint-peoplepicker:setup:pf_sharepoint_peoplepicker_ik_add_and_deploy_the_solution
canonical_url: https://docs.pingidentity.com/integrations/sharepoint-peoplepicker/setup/pf_sharepoint_peoplepicker_ik_add_and_deploy_the_solution.html
revdate: June 20, 2024
section_ids:
  steps: Steps
---

# Add and deploy the solution

## Steps

1. Download the SharePoint People Picker Integration Kit `.zip` archive from the [**Add-ons** tab of the PingFederate downloads page](https://www.pingidentity.com/en/resources/downloads/pingfederate.html) or the [Ping Identity Marketplace](https://marketplace.pingone.com/item/sharepoint-people-picker).

2. Extract the SharePoint People Picker Integration Kit distribution file, and then go to `dist/sharepoint<yourversion>`.

3. Copy the solution (WSP) file to the SharePoint server.

4. Open the SharePoint Management Shell (PowerShell) as Administrator and use the `Add- SPSolution` command to add the solution to the farm:

   ```
   Add-SPSolution -LiteralPath
   C:\path\PingIdentity.SharePoint.PPClaimsProvider.wsp
   ```

5. Deploy the solution using Central Administrator using the `Install-SPSolution` command:

   ```
   Install-SPSolution PingIdentity.SharePoint.PPClaimsProvider.wsp
   -GACDeployment
   ```
