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
Creation Content DB for all site collections
. Content DB create cls $sites = "county" , "or" , "llevue" , "in" , "ca...
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...
Get List/ document Items version size
cls Add-PSSnapin Microsoft.SHarePoint.Powershell -erroraction SilentlyContinue #create a CSV file "List URL, List Name, Item Count, L...
Content Type
Content Type:- • A content type is a reusable collection of settings you want to apply to a certain category of content. Conte...
Set version limit for list/lbrari items in sharepoint
cls Add-PSSnapin Microsoft.SHarePoint.Powershell -erroraction SilentlyContinue $SystemLists =@("Pages", "Converted Forms...
Deploy WSP using PowerShell
Add-SPSolution "C:\sharepoint2013\ Services .wsp" Install-SPSolution –Identity Services .wsp –WebApplication http://abc.com/...
Read a file from Sharepoint document library
The below Code snippet might be helpful when you want to read a text file or a csv file that you uploaded in your document library via c...
Taking documents from shared drive and uploading into the library
cls Add-PSSnapin "Microsoft.SharePoint.PowerShell" ; function Filescopying () { $files = ...
Get all site collections Used space and hits
function GetAllWebApplications () { write-host "Sitecollection List Extraction started...." -foregroundcolor yellow...
Create a new Sharepoint WebApplication
$WebAppName = "abc - 80" $WebAppHostHeader = "abc.com" $WebAppPort = 80 $WebAppAppPool = abc - 80" $URL ...
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