-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
GitHub Action edited this page Sep 5, 2025
·
3 revisions
- PowerShell 5.1 or later.
- Necessary permissions to access the SharePoint Farm.
- Ensure the script is placed in a directory accessible by the user.
- 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
- Download the latest release and unzip to a directory on your SharePoint Server.
- Prepare your JSON configuration file with the required SqlMembershipProvider and farm details.
- 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
For the next steps, go to the Configuration page.
A full list of changes in each version can be found in the change log.