How to: Export the configuration template to an INI file.
说明
Date filtering cannot be modified when invoking migrations via Powershell.
解决办法
A configuration template can be exported to an INI file running the following cmdlets: $config = Get-MNEConfiguration -Name "Configuration Name" Export-MNEConfiguration -ConfigurationGuid $config.ConfigurationGuid -FileName "PathToIniFile"
Once you have edited the obtained INI file you can run the migration using the INI file as shown below:
Invoke-MNEMigrateUserData -UserCollectionId "CollectionName" -ConfigurationFilename "PathToIniFile" -MaxMigrationThreads n