skip to main
|
skip to sidebar
Subscribe:
Ramesh's Web/SharePoint Blog
Labels
Lotusnotes
(3)
sps2010
(19)
Thursday, September 27, 2018
Backup and Restore Site collection using powershell
clear-host
Add-PSSnapin Microsoft.SharePoint.PowerShell -ErrorAction SilentlyContinue
Backup-SPSite "
http://abc.com/sites/bcd
" -Path "C:\backups\kmt\bcd.bak"
Restore-SPSite
http://server_name/sites/site_name
-Path C:\Backup\site_name.bak
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Search This Blog
Powered by
Blogger
.
Blogger templates
Popular Posts
Document ID in SharePoint 2010
SharePoint 2010 includes a new Site Collection scoped Feature called the Document ID Service. As most of you might be aware that in a tradi...
To develop Dash boards using PPS in sharepoint 2010
Steps: Configure Secure store Service in SA Create Performance point Services Configure PPS with Secure store Account Do...
Programmatically Create a Site from Custom Site Template in SharePoint 2010
Here is the code snippet to create a Site using a Custom Site Template in SharePoint 2010. using (SPSite site = new SPSite("...
Install .Stp and create the list using Stp's
# Adding the PowerShell Snapin Add-PSSnapin "Microsoft.SharePoint.PowerShell" # Get the SiteURL - Configur...
creating content type
CREATING A NEW CONTENT TYPE 1. Create a folder named CustomRating in the FEATURES directory. 2. Create a xml file named feat...
Adding\Updating\Retriving\SPquery Lookup fields in Sharepoint
Adding a Lookup Item - SPListItem listItem = myList.Items[0]; listItem["Departments"] = new SPFieldLookupValue(10, “Operati...
Diffrence b/w Team site and Publishing site
Team Site template :Bi –directional.--> a simple site template designed to help a group of people (a team?!?!) work together to excha...
Feature Stapling
Using Feature stapling, you can activate default/custom features when a new site/web will be created. The requirement of feature stap...
SP and ASP.Net Page Life Cycle
ASP.Net Page life cycle. S � Start I � Initialize L � Load V � Validate E � Event Handling R � Render Sharepoint page lif...
Adding Robots Text to all Site Collections
$Site=Get-SPSite http:// abc.com $spWebApp = $Site.WebApplication # write-host ...
Followers
About Me
Ramesh's sharepoint Blog
Hi I am a jovial person. Easy to mingle with everyone. And I would like to touch with sharepoint new concepts.
View my complete profile
Total Pageviews
Blog Archive
►
2020
(10)
►
August
(10)
▼
2018
(27)
▼
September
(27)
Data Loss Protection Policy for SPO/ Online/Office...
Clear sharepoint cache
Rename Site URL in SharePoint
Display developer dashboard
Feature Activation and deactivation.
Creation Content DB for all site collections
Getting Page WebAnalytics using Search REST Api
Taking documents from shared drive and uploading i...
Update BDC service Throttling size
Get all site collections Used space and hits
Creating Subsite in Top level site collection.
Creating Managed Metadata properties
Anonymous access to get items through CSOM
Update Document library column value
Adding column to list to all site collections
Add Server to SP Farm
Remove IIS logs
Add permission to user to the particular folder
Solution deployment for Web Application level
Enable/Disable Verbose logs
Install .Stp and create the list using Stp's
Insert data to list from Excel file
Adding Robots Text to all Site Collections
Create a new Sharepoint WebApplication
3. Update Logo image to All Site collection under ...
Deploy WSP using PowerShell
Backup and Restore Site collection using powershell
►
2013
(9)
►
September
(1)
►
July
(2)
►
June
(4)
►
May
(1)
►
February
(1)
►
2012
(5)
►
February
(4)
►
January
(1)
►
2011
(54)
►
December
(4)
►
November
(6)
►
October
(9)
►
August
(6)
►
July
(2)
►
June
(27)
No comments:
Post a Comment