2017-06-12 31 views
0

我能夠在森林內完成這個跨域,但是在兩個森林之間它是失敗的。Move-ADobject - 將用戶從一個森林移到另一個森林?

所以,擺在首位的問題......是有可能使用PowerShell林移動之間的用戶>

當我嘗試這樣做跨林,我得到這個錯誤:

Move-ADObject -Identity "CN=test4,OU=temp,DC=IDENTITYIQ,DC=LAB" -TargetPath "OU=TestOU,DC=connectivity,DC=lab" -TargetServer ConnDC01W16.connectivity.lab -Verbose -AuthType Negotiate -Server IIQDC01W16.IDENTITYIQ.LAB 

Move-ADObject : The naming context could not be found 
At line:1 char:14 
+ Move-ADObject <<<< -Identity "CN=test4,OU=temp,DC=IDENTITYIQ,DC=LAB" -TargetPath "OU=TestOU,DC=connectivity,DC=lab" 
-TargetServer ConnDC01W16.connectivity.lab -Verbose -AuthType Negotiate -Server IIQDC01W16.IDENTITYIQ.LAB 
    + CategoryInfo   : NotSpecified: (CN=test4,OU=temp,DC=IDENTITYIQ,DC=LAB:ADObject) [Move-ADObject], ADException 
    + FullyQualifiedErrorId : The naming context could not be found,Microsoft.ActiveDirectory.Management.Commands.MoveADObject 

回答

0

是它但只有當你對目標森林至少擁有單向森林信任時纔有效。