Can you use the .NET DirectoryEntry.MoveTo to move an object to another Active Directory?
I guess it depends on how the .MoveTo method is working, does it create a separate connection and get the object locally and then make a separate connection again?
If it tries to do it in the same context then I can assume this would not work.
Thanks!