Hello!
I'm looking to copy AD attributes from one object in domain A to another object in domain B. Both are in the same forest and there aren't any permission problems, but I'm struggling with the get/set-aduser cmdlets. The command below returns an error.
get-aduser [username] -server dc.fully.qualified.com:3268
Get-ADUser : Unable to contact the server. This may be because this server does not exist, it is currently down, or it does not have the Active Directory Web Services running.
adding the searchbase switch and defining an OU via DN doesn't help either. Any thoughts would be greatly appreciated.
-Matt