Prizm Content Connect for SharePoint
Installation using PowerShell
See Also Send Feedback
Installation Guide > Step 3 - Installing PCC for SharePoint > Multi-Server Install Guide > Installation using PowerShell

Glossary Item Box

This installation guide will provide you (an experienced SharePoint administrator) with sufficient information to add, deploy, and activate the Prizm Content Connect for SharePoint product using PowerShell cmdlets.

If you prefer to install via GUI Application, go to: Installation using GUI Application.

To install PCC for SharePoint Integration on your SharePoint 2010 farm, installation will need to be performed on a SharePoint web front end or application server. Log on to the SharePoint server of your choice and perform the following steps:

  1. Download the PCCForSharePoint.zip file from Accusoft.com.
  2. Save the PCCForSharePoint.zip file anywhere on the SharePoint server and extract zip file to:

C:\<path_to_install_zip_content>\

  1. Open the SharePoint 2010 Management Shell:

Start > Microsoft SharePoint 2010 Products > SharePoint 2010 Management Shell

  1. Add the solution to the solution store:
PowerShell Code Copy Code
# Add-SPSolution C:\<path_to_install_zip_content>\Accusoft.Pcc.SharePoint.wsp
  1. Deploy the solution:
PowerShell Code Copy Code
# Install-SPSolution Accusoft.Pcc.SharePoint.wsp -GACDeployment
  1. Activate the Prizm Digital Rights Management feature for one or more Web Applications in the Farm:
PowerShell Code Copy Code
# Enable-SPFeature Accusoft.Pcc.SharePoint_DigitalRightsManagement -Url <WebAppUrl>
  1. Activate the Prizm Configuration Tools feature for one or more site collections:
PowerShell Code Copy Code
# Enable-SPFeature Accusoft.Pcc.SharePoint_PrizmConfigurationTools -Url <SiteCollectionUrl>
  1. Perform the one-time only configuration steps for Installing PCC for SharePoint for Multi-Servers.

See Also

©2013. Accusoft Corporation. All Rights Reserved.