Can I just provide a comma-separated list for the group names and a URL to the site collection?
I'm surprised my goof friend Gary LaPointe hasn't already an STSADM command for this. :) From: [email protected] [mailto:[email protected]] On Behalf Of Brian Farnhill Sent: Tuesday, 7 July 2009 2:16 PM To: [email protected] Subject: RE: Multiple deletion of SharePoint groups Your best bet will be to delete them through code then - SPWeb.SiteGroups.Delete will do the trick. You could probably put together a powershell script to do it for you. From: [email protected] [mailto:[email protected]] On Behalf Of Paul Noone Sent: Tuesday, 7 July 2009 2:14 PM To: [email protected] Subject: Multiple deletion of SharePoint groups I know this can't be done through the UI but has anyone found a solution to this? A web part, custom page, console app...? I've got a bunch of groups that have come in via a site import and am not really looking forward to deleting them one at a time. I'll accept almost anything at this stage. :) Regards, Paul Online Developer, ICT CEO Sydney ________________________________ Support procedure: https://www.codify.com/lists/support List address: [email protected] Subscribe: [email protected] Unsubscribe: [email protected] List FAQ: http://www.codify.com/lists/ozmoss Other lists you might want to join: http://www.codify.com/lists ________________________________ Support procedure: https://www.codify.com/lists/support List address: [email protected] Subscribe: [email protected] Unsubscribe: [email protected] List FAQ: http://www.codify.com/lists/ozmoss Other lists you might want to join: http://www.codify.com/lists -------------------------------------------------------------------------------- Support procedure: http://www.codify.com/lists/support List address: [email protected] Subscribe: [email protected] Unsubscribe: [email protected] List FAQ: http://www.codify.com/lists/ozmoss Other lists you might want to join: http://www.codify.com/lists
