If want to remove a tab from a Sharepoint 2010 Foundation site and you:
you may see the the following useless error:
Error
Specified method is not supported.
Troubleshoot issues with Microsoft SharePoint Foundation.
Correlation ID: febf0e37-5780-47fa-8cdf-451120ca3d30
Date and Time: 3/12/2012 10:47:31 AM
Apparently this is a known issue:
In my case the command line was the fast solution (as I did not have UAC enabled and elevating my IE9 did not help).
Take note that there are several other useful commands to correct problems:
stsadm -o deletesite -url http://server_name/sites/site_name
stsadm -o databaserepair -url http://server_name/site_name -databasename WSS_Content_<your_content_database>
I found the following sites to be quite helpful:
http://technet.microsoft.com/en-us/library/cc262877(v=office.12).aspx
http://technet.microsoft.com/en-us/library/cc261873(v=office.12).aspx
This website uses cookies.
View Comments
Just a note for other newbies like me: you need to open Management Shell using "Run as Administrator." Otherwise you get an "access denied" message.