Skip to content

Getting Started

GitHub Action edited this page Sep 4, 2025 · 3 revisions

Getting Started

Prerequisites

  • PowerShell 5.0 or later
  • Administrative privileges on the SharePoint Server
  • SharePoint farm with User Profile Service Application configured.
  • SQL Membership Provider database accessible
  • Read access to SQL membership Provider database

Installation

  1. Download the latest release and unzip to a directory on your SharePoint Server.
  2. Prepare your JSON configuration file with the required Cumulative Updates and farm details.
  3. Add the script in task scheduler by running the following command:
.\SPSFbaSync.ps1 -ConfigFile 'contoso-PROD-CONTENT.json' -Action Install -InstallAccount (Get-Credential)

Important

Configure all parameters in JSON before running the script. Run the Install mode with the same account than you used the in InstallAccount parameter

Next Step

For the next steps, go to the Configuration page.

Change log

A full list of changes in each version can be found in the change log.

Clone this wiki locally