Call Support:Direct: (214) 420-1337Toll Free: (877) 522-6334
Monday through Friday 8 a.m. to 6 p.m. Central (GMT-6)
We've copied back our live site & live database to our development site and would like to delete all our live users from the development database.
Is there a simple way of deleting accounts in bulk, rather than individually?
Thanks in advance, Sarah
Hi Sarah! I am so excited to tell you there is! :) I have been using it to delete some old spam profiles. It does require you to use a PowerShell script. Is that something you are familiar with?
Great news Jen, thanks! I'm not familiar with PowerShell script - please could you enlighten me! Thank you
I think it will require some customized code. Let me do a little investigating. I'll circle back with you tomorrow afternoon.
Ok, thanks Jen
Use a SQL stored procedure to do this.
The SPROC is called cs_User_Delete, check out it's inputs, only requires two, the user accounts UserID and the User to assign too (anonymous).