@@ -15,7 +15,7 @@ After a session is registered, the user can add a migration task to the migratio
15
15
## SYNTAX
16
16
17
17
```
18
- Register-SPMTMigration [-Credentials <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>] [-NumberOfVersionToKeep <int>] [-PreserveUserPermissionsForFileShare <bool>] [-PreserveUserPermissionsForSharePointSource <bool>][-SkipListWithAudienceTargetingEnabled <bool>] [-StartMigrationAutomaticallyWhenNoScanIssue <bool>] [-UseCustomAzureStorage <bool>] [-UserMappingFile <string>][-MigrateAllSiteFieldsAndContentTypes<bool>][-WorkingFolder <string>]-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>] [-DuplidatePageBehavior <string>] [-MigrateNavigation <Nullable`1>] [-MigrateTermGroups <Nullable`1>] -Force
19
19
```
20
20
21
21
## DESCRIPTION
@@ -409,7 +409,6 @@ Accept wildcard characters: False
409
409
` ` `
410
410
### -WorkingFolder
411
411
By default, the working folder is %appdata%\M icrosoft\M igrationToolStorage. If you wish to specify your own specific working folder, create it first, then use it as -WorkingFolder parameter. The changed working folder will take effect till you close the PowerShell window.
412
-
413
412
Notes:
414
413
Make sure that your working folder has a minimum of 150 GB of free space. It may need more depending on the size of the data you plan to migrate.
415
414
@@ -424,7 +423,104 @@ Default value: %appdata%\Microsoft\MigrationToolStorage
424
423
Accept pipeline input : False
425
424
Accept wildcard characters : False
426
425
` ` `
426
+ ### -SkipSitesWithName
427
+ To prevent certain sites from migrating, list each site name, separating it with a semicolon. The default value is null.
428
+ ` ` ` yaml
429
+ Type : String
430
+ Parameter Sets :
431
+ Aliases :
432
+ applicable : SharePoint Migration Tool
433
+ Required : False
434
+ Position : Named
435
+ Default value:null
436
+ Accept pipeline input : False
437
+ Accept wildcard characters : False
438
+ ` ` `
439
+ ### -SkipListsWithName
440
+ To prevent certain list from migrating, list each list name, separating it with a semicolon. The default value is null.
441
+ ` ` ` yaml
442
+ Type : String
443
+ Parameter Sets :
444
+ Aliases :
445
+ applicable : SharePoint Migration Tool
446
+ Required : False
447
+ Position : Named
448
+ Default value:null
449
+ Accept pipeline input : False
450
+ Accept wildcard characters : False
451
+ ` ` `
452
+ ### -SkipContentTypesWithName
453
+ To prevent certain content types from migrating, list each content type name, separating it with a semicolon. The default value is null.
454
+ ` ` ` yaml
455
+ Type : String
456
+ Parameter Sets :
457
+ Aliases :
458
+ applicable : SharePoint Migration Tool
459
+ Required : False
460
+ Position : Named
461
+ Default value:null
462
+ Accept pipeline input : False
463
+ Accept wildcard characters : False
464
+ ` ` `
465
+ ### -SkipContentTypesWithName
466
+ To prevent certain list from migrating, list each site name, separating it with a semicolon. The default value is null.
467
+ ` ` ` yaml
468
+ Type : String
469
+ Parameter Sets :
470
+ Aliases :
471
+ applicable : SharePoint Migration Tool
472
+ Required : False
473
+ Position : Named
474
+ Default value:"RENAME"
475
+ Accept pipeline input : False
476
+ Accept wildcard characters : False
477
+ ` ` `
478
+ ### -DuplidatePageBehavior
479
+ 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.
481
+ The value can be "RENAME", or "OVERWRITE", or "SKIP", or "NO_PAGES_MIGRATION".
482
+ 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.
483
+ For OVERWRITE, we will overwrite the conflicted page file on the target using the source page file.
484
+ For SKIP, we will skip migrating this conflicted page file.
485
+ For NO_PAGES_MIGRATION, we will skip all the page files no matter they conflict with the target or not during the migration.
427
486
487
+ ` ` ` yaml
488
+ Type : String
489
+ Parameter Sets :
490
+ Aliases :
491
+ applicable : SharePoint Migration Tool
492
+ Required : False
493
+ Position : Named
494
+ Default value:null
495
+ Accept pipeline input : False
496
+ Accept wildcard characters : False
497
+ ` ` `
498
+ ### -MigrateNavigation
499
+ By default this is set to On. We will migrate the site and web navigation nodes when doing the migration.
500
+ ` ` ` yaml
501
+ Type : String
502
+ Parameter Sets :
503
+ Aliases :
504
+ applicable : SharePoint Migration Tool
505
+ Required : False
506
+ Position : Named
507
+ Default value:null
508
+ Accept pipeline input : False
509
+ Accept wildcard characters : False
510
+ ` ` `
511
+ ### -MigrateTermGroups
512
+ By default this is set to On. We will migrate the term groups when doing the migration.
513
+ ` ` ` yaml
514
+ Type : String
515
+ Parameter Sets :
516
+ Aliases :
517
+ applicable : SharePoint Migration Tool
518
+ Required : False
519
+ Position : Named
520
+ Default value:null
521
+ Accept pipeline input : False
522
+ Accept wildcard characters : False
523
+ ` ` `
428
524
## INPUTS
429
525
430
526
### None
0 commit comments