Wednesday, September 8, 2010

Hide "Add New Item” Link on the SharePoint 2010 List View

Step 1: Open list View and select Edit Page.



Step 2: After that select "Announcement Web Part menu" from right-top corner of list and then Select Edit "Web Part".



Step 3: After that list view web part properties appear.



Step 4: Then Select Toolbar Type “No Toolbar” from dropdown and select OK button.

Tuesday, September 7, 2010

Restore site using "SharePoint 2010 Management Shell" Or "STSADM"

1.Open "SharePoint 2010 Management Shell".
Goto Start ->> Click All Programs ->> Microsoft SharePoint 2010 Products ->> SharePoint 2010 Management Shell



2.Write stsadm command.
stsadm -o restore -url http://server:port/ -filename "/your website backup.bak" -overwrite



3.Press Enter and wait for response.