When using the Active Directory Migration Tool (ADMT) targetting a domain that has Password Change Notification Service (PCNS) installed, unexpected results can result if the TargetIncludeGroup for the PCNS target is Domain Users.
When ADMT migrates a user from one domain to another, it does two password operations:
1. Sets the new user account to a random password
2. Sets the new user account's password to the hashed value from the source user.
As the second password operation value has already been hashed in the source domain, the call to set this password on teh new account must bypass most normal domain password operations. This includes the step where the Password Filter service would detect the change. The end result
It is recommended to use a domain group other than Domain Users as the PCNS Target Filter inclusion group. This way, PCNS will not capture the initial password set operation to the random password as the user would not be automatically added to that group.
Please see the More Information section for details.
When ADMT migrates a user from one domain to another, it does two password operations:
1. Sets the new user account to a random password
2. Sets the new user account's password to the hashed value from the source user.
As the second password operation value has already been hashed in the source domain, the call to set this password on teh new account must bypass most normal domain password operations. This includes the step where the Password Filter service would detect the change. The end result
It is recommended to use a domain group other than Domain Users as the PCNS Target Filter inclusion group. This way, PCNS will not capture the initial password set operation to the random password as the user would not be automatically added to that group.
Please see the More Information section for details.