Skip to content

Commit 64a13eb

Browse files
authored
Merge branch 'master' into Dariomws3
2 parents 726e98b + 52d9152 commit 64a13eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spmt/spmt-ps/spmt/Register-SPMTMigration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ After a session is registered, the user can add a migration task to the migratio
1515
## SYNTAX
1616

1717
```
18-
Register-SPMTMigration [-SPOCredentials<PSCredential>][-Incremental <bool>] [-ScanOnly <bool>][-MigrateFilesAndFoldersWithInvalidChars <bool>][-AzureActiveDirectoryLookup <bool>] [-CustomAzureAccessKey <string>] [-CustomAzureStorageAccount <bool>] [-DeleteTempFilesWhenMigrationDone <bool>] [-EnableEncryption <bool>] [-KeepAllVersions <bool>] [-MigrateFileVersionHistory <bool>] [-MigrateOneNoteFolderAsOneNoteNoteBook <bool>] [-MigrateFilesCreatedAfter <DateTime>] [-MigrateFilesModifiedAfter <DateTime>] [-SkipFilesWithExtensions <string>] [-MigrateHiddenFiles <bool>] [-NumberOfVersionToMigrate <int>] [-PreserveUserPermissionsForFileShare <bool>] [-PreserveUserPermissionsForSharePointSource <bool>][-SkipListWithAudienceTargetingEnabled <bool>] [-StartMigrationAutomaticallyWhenNoScanIssue <bool>] [-UseCustomAzureStorage <bool>] [-UserMappingFile <string>][-MigrateAllSiteFieldsAndContentTypes<bool>][-WorkingFolder <string>][-SkipSitesWithName <string>] [-SkipListsWithName <string>] [-SkipContentTypesWithName <string>] [-DuplidatePageBehavior <string>] [-MigrateNavigation <Nullable`1>] [-MigrateTermGroups <Nullable`1>] -Force
18+
Register-SPMTMigration [-SPOCredentials<PSCredential>][-Incremental <bool>] [-ScanOnly <bool>][-MigrateFilesAndFoldersWithInvalidChars <bool>][-AzureActiveDirectoryLookup <bool>] [-CustomAzureAccessKey <string>] [-CustomAzureStorageAccount <bool>] [-DeleteTempFilesWhenMigrationDone <bool>] [-EnableEncryption <bool>] [-KeepAllVersions <bool>] [-MigrateFileVersionHistory <bool>] [-MigrateOneNoteFolderAsOneNoteNoteBook <bool>] [-MigrateFilesCreatedAfter <DateTime>] [-MigrateFilesModifiedAfter <DateTime>] [-SkipFilesWithExtensions <string>] [-MigrateHiddenFiles <bool>] [-NumberOfVersionToMigrate <int>] [-PreserveUserPermissionsForFileShare <bool>] [-PreserveUserPermissionsForSharePointSource <bool>][-SkipListWithAudienceTargetingEnabled <bool>] [-StartMigrationAutomaticallyWhenNoScanIssue <bool>] [-UseCustomAzureStorage <bool>] [-UserMappingFile <string>][-MigrateAllSiteFieldsAndContentTypes<bool>][-WorkingFolder <string>][-SkipSitesWithName <string>] [-SkipListsWithName <string>] [-SkipContentTypesWithName <string>] [-DuplicatePageBehavior <string>] [-MigrateNavigation <Nullable`1>] [-MigrateTermGroups <Nullable`1>] -Force
1919
```
2020

2121
## DESCRIPTION
@@ -475,9 +475,9 @@ Default value:"RENAME"
475475
Accept pipeline input: False
476476
Accept wildcard characters: False
477477
```
478-
### -DuplidatePageBehavior
478+
### -DuplicatePageBehavior
479479
Determine the behavior of the page file migration when encountering a page file with the same name or same id on the target.
480-
By default, DuplidatePageBehavior is set to RENAME.
480+
By default, DuplicatePageBehavior is set to RENAME.
481481
The value can be "RENAME", or "OVERWRITE", or "SKIP", or "NO_PAGES_MIGRATION".
482482
For RENAME, we will keep the conflicted page file on the target and rename the source page file with a new name by adding current date.
483483
For OVERWRITE, we will overwrite the conflicted page file on the target using the source page file.

0 commit comments

Comments
 (0)