http://yoursite/_layouts/sitemanager.aspx", Go to site manager optionSelect the parent site of the subsite you want to move in the left navigation pane.Check the box next to the subsite you want to move in the right pane.Click Actions drop-down and click Move.Select Destination of the subsite selected in the...
Showing posts with label SharePoint Migration. Show all posts
Showing posts with label SharePoint Migration. Show all posts
Tuesday, December 8, 2020
Friday, July 24, 2020
24
Jul
#Read the CSV file #stored local variable $delimitercsv = "|" $filePath = "C:\peakfinders.csv" $userid = "EmpID"$useremailowner = "Owner"#Get the SharePoint List$tWeb = Get-SPWeb -identity "http://sharepoint.peakfinders.com" $list = $tWeb.Lists["Employee"]$CSVData = Import-CSV -path $filepath |...
Friday, March 18, 2016
18
Mar
(you will get customizations code personal views,
you will get customizations code workflows
you will get customizations code alerts)
you will get customizations code
you will lost quick links
Sites based off old site templates are not handled
During import, some files are dropped...
Saturday, February 13, 2016
13
Feb
Two ways to change:
UPDATE AllSites SET LifeCycleFlags = 1 WHERE ID = '(your site collection GUID)'
Open central adminstration-->management application-->Configure site quotas and lock
...
Friday, February 12, 2016
12
Feb
1;#Deepak Kumar
Get User name:
new SPFieldLookupValue(properties.ListItem["Staff Member"].ToString()).LookupValue;
Get User ID:
new SPFieldLookupValue(properties.ListItem["Staff Member"].ToString()).LookupId;
Using Split fuction:
properties.ListItem["Staff Member"].ToString();
You are going to be returned their...
Monday, October 26, 2015
It depends on your requirements and environment which one(s) are a better fit than others
List of Content Migration tool(s)
MetaLogix/MetaVis-Metalogix Content Matrix for content migration SharePoint monitoring Diagnotic Manger is a really great tool from Metalogix and will allow you to monitor both Sharepoint...