Software Upgrade using Windows PowerShell
This section describes the procedures required to upgrade and configure the RecordPoint for SharePoint 4.0 software using Windows PowerShell.
In this section the following topics are covered:
- Installing Software – Explains how to run the msi
- Security groups and Permissions – Explains how to save permissions applied before the upgrade and apply these permissions to the new groups post the upgrade.
- Solution Installation – Explains how to run the PowerShell script which updates the solutions in Central Administration
- Deployment and Configuration – Explains the stage(s) required to completed an upgrade
- Configuration – This process will enable and disable RecordPoint components for both the RecordPoint and Active sites.
Install RecordPoint Software
This process installs the RecordPoint software to the server.
- Run the RecordPoint Setup msi on each WFE
- Follow the installation wizard which will load and guide you through the steps
Solution Installation
After installing the RecordPoint software, the RecordPoint solutions must be installed and deployed to Central Administration. Note you only need to run this script once and does not need to be run on each server.Â
- Open Windows PowerShell
- Run the UpgradeRecordPoint script
By default, this is located under C:\Program Files\RecordPoint\Scripts.
This script installs the RecordPoint.wsp and RecordPoint.Active.wsp solutions into the SharePoint Farm - Perform an iisreset and timer job service restart on all WFE in the farm
- Perform a full crawl or the following script needs to be run MarkStorageSiteContentListsForCrawl.ps1
RecordPoint Deployment and Configuration
There are 5 processes in the RecordPoint Deployment and Configuration. The first 4 are not required for an upgrade and the configuration process can be completed if required.
License RecordPoint using Windows PowerShell
In order to proceed with the installation, you need to license RecordPoint.
For every RecordPoint instance a license key request needs to be generated.
- Open Windows Powershell as Administrator and run the RecordPointLicenseGenerate.
By default, this script is located under C:\Program Files\RecordPoint\Scripts
- Forward this to the RecordPoint Support Team who will provide a license key
- Open Windows Powershell as Administrator and run the RecordPointLicenseUpdate
By default, this script is located under C:\Program Files\RecordPoint\Scripts.
Configuration using Windows PowerShell
This process will enable and disable RecordPoint components for both the RecordPoint and Active Sites.
- Open Windows PowerShell as Administrator and run the ConfigureRecordPoint script
- By default, this is located under C:\Program Files\RecordPoint\Scripts.
This script updates the configuration settings for RecordPoint or the Active Site.
Security Configuration
Refer to Upgrade Software Installation using the SharePoint User Interface section Security Configuration as this is completed through the UI.