Can the Logon Script path for users in Active Directory be changed during Migration?
The logon script path for a user logging into Active Directory is now different on the new domain. Is there a way that the new location can be automatically entered during the migration session instead of having to manually change this on the target?
Ensure that the Directory Synchronization is skipping the "ScriptPath" attribute to prevent the new path from being overwritten once updated.
Create an import file for the migration session. The format of the import file would be:
SamAccountName [TAB] SamAccountName [TAB] ScriptPath [ENTER]
SourceUser [TAB] TargetUser [TAB] LOGONSCRIPTNAME.BAT
"LOGONSCRIPTNAME.BAT" is the name of your particular logon script file in your \\DomainController\Netlogon\ share.
For additional information regarding creating an import file to use during a migration session, please refer to this article. https://support.quest.com/SUPPORT/index?page=solution&id=SOL16917
LDIFDE.EXE can be used to export a list from the source and the target domains in order to apply the ScriptPath setting to all users. The list can be imported into your newly created import file for migration. See this article for information on how to use LDIFDE. http://technet.microsoft.com/en-us/library/bb727091.aspx