Visigo / SharePointFBAPack

The SharePoint FBA Pack for SharePoint 2010, 2013, 2016 & 2019. Web parts and tools to manage your SharePoint forms based authentication users.
https://www.visigo.com/products/sharepoint-fba-pack
35 stars 14 forks source link

Add User Import feature #131

Open ccoulson opened 7 years ago

ccoulson commented 7 years ago

ccoulson[CodePlex]
Allow users to be imported from CSV/Excel file, to allow the bulk add of 1000's of users.

cmille34 commented 1 year ago

@ccoulson Did you ever happen to implement this functionality by chance? I'm growing tired of of manually creating batches of accounts. Before I cobble together something to do this via powershell or something I thought I'd check to see if you ever made something like this? Thanks for sharing this great tool.

ccoulson commented 1 year ago

I never implemented in the FBA Pack. I did develop a separate utility for importing and updating users from a TSV/Excel file. I offer it as part of the support plan: https://www.visigo.com/products/sharepoint-fba-pack/support-plan/

cmille34 commented 1 year ago

Thanks for the reply! I cobbled something together with another tool I found online to handle the ASPNet database piece, then powershell for the rest of the SharePoint stuff.