Tuesday, December 14, 2010

Delete the default SharedServices in SharePoint 2007

The way to delete the default SharedSevices provider when you have only the default one available.

stsadm -o deletessp -title {SharedServices1} -force

Use the correct title instead of the SharedServices1 in case your default name is different. The above will not work if you drop -force.

No comments: