If the site has been blocked by Administrator

We cannot do anything if our site has been blocked by administrator. We cannot add, edit, delete, etc about contents, pages, documents, etc. Don’t be worried about it, that is not a big problem. Follow this step to solve that problem :
  1. Go to SharePoint Central Administration 2010 Application
  2. On the Quick launch Bar, choose Application Management
  3. In the Site Collections section, click configure quotas and locks
  4. Choose site collection which you want to configure
  5. At the look status this site, choose Not Locked
  6. Click button “OK” to save this configuration.

Backup and Restore using by SharePoint 2010 Management Shell

How to Backup SharePoint Site Collection using by SharePoint 2010 Management Shell

I tried to backup site collection in SharePoint 2010 using by SharePoint 2010 Management Shell. Copy text below, and paste to SharePoint PowerShell Management :

Backup-SPSite -Path C:\site_backup.bak

Backup file does exist on drive C. Please find it on these location and check size of these file

How to Restore SharePoint Site Collection using by SharePoint 2010 Management Shell

I tried to restore site collection in SharePoint 2010 using by SharePoint 2010 Management Shell. First step, create a new web application. Make sure that site collection doesn’t exist there. Copy backup file to another location in your server. Copy text below, and paste to SharePoint PowerShell Management :

Restore-SPSite -Path E:\Backup\site_backup.bak

Read the rest of this entry »