Skip to content

Remove duplicate text from module file #12902

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 18, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.
Expand Down