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

Tuesday, December 8, 2020

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

  •  http://yoursite/_layouts/sitemanager.aspx", 
  • Go to site manager option
  • Select 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 next dialog
Move Site and subsites into another site


Or 

We can use the Tool SharePoint Migration Tool, ShareGate or Content Matrix trail version

Friday, July 24, 2020

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 | ForEach-Object {
    Write-Host "$($_.ID) ,$($_.'Email-Address')";
foreach($sitem in $items)
{

$userid = $sitem['EmpID']
if($userid.LookUPid -eq $($_.ID)){
$sitem["mail"] =$($_.'Email-Address');
$sitem.Update()
}
}
}

Friday, March 18, 2016

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 off due to the blocked items list.
  • There are some versioning and security issues as well.

Saturday, February 13, 2016

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

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 userID and username, so it will always be returned separated by ;#.



properties.ListItem["Staff Member"].ToString().split(";#")[1];

Monday, October 26, 2015

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)

  1. 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 Online and on Prem in a single window and with the on perm part you can create custom alerts which can feed into Enterprise Monitoring Tools through the event logs as well for extra coverage. Diagnostic Manage also allows custom reports as well so most of you monitor needs are covered with this one tool.
  2. AvePoint
  3. Dell quest- tools for administration, migration and replication
  4. Sharegate -ShareGate used successfully for SP to SP migrations
  5. Webtrends-It's flexible and powerful tool for web analytics but it needs some planning and deployment.
  6. Harepoint -I recommend Harepoint and for migration or upgrade Sharegte.I personally evaluated these products