From 74df8e115842a4a201d03d86ec4c41f5b0594254 Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Fri, 18 Jul 2025 07:40:41 -0500 Subject: [PATCH] Remove duplicate text from module file --- ...oft.SharePoint.MigrationTool.PowerShell.md | 27 ++++++------------- 1 file changed, 8 insertions(+), 19 deletions(-) diff --git a/spmt/spmt-ps/Microsoft.SharePoint.MigrationTool.PowerShell/Microsoft.SharePoint.MigrationTool.PowerShell.md b/spmt/spmt-ps/Microsoft.SharePoint.MigrationTool.PowerShell/Microsoft.SharePoint.MigrationTool.PowerShell.md index 928bc0efa9..d57001d6a4 100644 --- a/spmt/spmt-ps/Microsoft.SharePoint.MigrationTool.PowerShell/Microsoft.SharePoint.MigrationTool.PowerShell.md +++ b/spmt/spmt-ps/Microsoft.SharePoint.MigrationTool.PowerShell/Microsoft.SharePoint.MigrationTool.PowerShell.md @@ -10,15 +10,16 @@ Locale: en-US ## Description -The following migration cmdlets are based on the SharePoint Migration Tool (SPMT) migration engine. It will move files from File Share, SharePoint 2013 document libraries, or items of SharePoint 2013 lists to Office 365. - -[Install SPMT and Get PowerShell module](https://spmtreleasescus.blob.core.windows.net/install/default.htm "Install SPMT and Get PowerShell module") - -Notes: +The following migration cmdlets are based on the SharePoint Migration Tool (SPMT) migration engine. +It will move files from File Share, SharePoint 2013 document libraries, or items of SharePoint 2013 +lists to Office 365. -PowerShell 5.0 and .NET Framework 4.6.2 or higher are required to support the migration of file paths of up to 400 characters. +[Install SPMT and Get PowerShell module](https://spmtreleasescus.blob.core.windows.net/install/default.htm) -After installing SPMT, the PowerShell dlls are copied to %userprofile%\Documents\WindowsPowerShell\Modules. +> [!NOTE] +> PowerShell 5.0 and .NET Framework 4.6.2 or higher are required to support the migration of file +> paths of up to 400 characters. After installing SPMT, the PowerShell dlls are copied to +> `%userprofile%\Documents\WindowsPowerShell\Modules`. ## Microsoft.SharePoint.MigrationTool.PowerShell Cmdlets @@ -30,18 +31,6 @@ Add a new migration task to the registered migration session. Get the registered SPMT Migration. -### [Microsoft.SharePoint.MigrationTool.PowerShell](Microsoft.SharePoint.MigrationTool.PowerShell.md) - -The following migration cmdlets are based on the SharePoint Migration Tool (SPMT) migration engine. -It will move files from File Share, SharePoint 2013 document libraries, or items of SharePoint 2013 -lists to Office 365. -[Install SPMT and Get PowerShell module](https://spmtreleasescus.blob.core.windows.net/install/default.htm) - -> [!NOTE] -> PowerShell 5.0 and .NET Framework 4.6.2 or higher are required to support the migration of -> file paths of up to 400 characters. After installing SPMT, the PowerShell dlls are copied to -> `%userprofile%\Documents\WindowsPowerShell\Modules`. - ### [Register-SPMTMigration](Register-SPMTMigration.md) This cmdlet will create a migration session and initialize it.