-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
GitHub Action edited this page Jul 10, 2026
·
3 revisions
- PowerShell 5.1 or later.
- Administrative privileges on the SharePoint Server.
- SharePoint farm with a User Profile Service Application configured.
- Access to the SQL Membership Provider (FBA) database (SQL Reader on the membership database).
- The account running the sync needs Farm Admin and Full Control on the User Profile Service Application.
-
Download the latest release and unzip it to a directory on your SharePoint Server. The archive extracts straight to
SPSFbaSync.ps1and aModules\folder (nosrc/wrapper). - Copy
Config\CONTOSO-PROD.example.psd1to your ownConfig\<Application>-<Environment>.psd1(e.g.contoso-PROD.psd1) and adjust the values (see Configuration). - Register the script as a scheduled task by running:
.\SPSFbaSync.ps1 -ConfigFile '.\Config\contoso-PROD.psd1' -Action Install -InstallAccount (Get-Credential)Important
Fill in all values in the .psd1 configuration file before running the script.
Run the Install action with the same account you pass to the 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.