During the migration of Active Directory objects, we encountered instances where certain objects were not created in the target environment due to name conflicts.
For example:
To address this, is there a rule or configuration option that can automatically append a prefix (or suffix) to object names when a conflict arises, ensuring the successful creation of such objects in the target environment?
Unfortunately, ODMAD does not have a built-in rule to automatically append a prefix to duplicate objects. However, there are alternative approaches to address this scenario:
Update Source Objects: Modify the source objects to ensure they do not conflict with existing objects in the target environment.
Manually Create Target Objects: Create the conflicting object manually in the target environment, using a unique name, and then match it with the source object using other matching attributes.
These steps can help to effectively manage duplicate objects and maintain synchronization between the source and target environments.