Showing posts with label SharePoint Migration. Show all posts
Showing posts with label SharePoint Migration. Show all posts

Tuesday, December 8, 2020

08 Dec

SharePoint Online:How to do Move Site and subsites into another site?

 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...

Friday, July 24, 2020

24 Jul

powershell update Peoplepicker in List In SHarePoint

#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

Personal views in site migration using Import-Export

 (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

How to unlock the SharePoint site while PowerShell command

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

When we get retrive People or Group field returning semicolon hash then Name

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

26 Oct

List of Content Migration tool(s) In SharePoint 2013?

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...