Hi,
You can use powershell to perfor the object move to target OU:
Get-adobject -identity ADObject_samaccountname | move-adobject Move-ADObject -TargetPath 'ou=targetOUNale,dc=domainName,dc=com'
Please don't forget to mark this reply as answer if it help you to fix your issue