Skip to content
GitHub Action edited this page Sep 5, 2025 · 7 revisions

SPSFbaSync - SharePoint Cumulative Update Tool

SPSFbaSync is a PowerShell script to Synchronize user information (email, display name, etc.) from a SQL Membership Provider (Forms Based Authentication) database to SharePoint User Profile Service Application.

Key Features

  • Reads user data from dbo.vw_aspnet_MembershipUsers (or custom SQL query).
  • Updates User Profile Service properties:
    • WorkEmail
    • PreferredName
    • FirstName
    • LastName
  • Optionally updates User Information List (SPUser) for alerts and people pickers.
  • Supports:
    • -CreateIfMissing → auto-create missing profiles
    • -UpdateSiteUserInfo → sync SPUser email/display name
    • -WhatIf → safe dry-run
  • Generates a CSV log of all actions.

For details on usage, configuration, and parameters, explore the links below:

Clone this wiki locally