dsmove cn=user1,ou=ou1,dc=chiaki1220jp,dc=local -newparent ou=ou2,dc=chiaki1220jp,dc=local $getUser = Get-AdUser -Filter “Name -eq `”user1`”” $getOu = Get-ADOrganizationalUnit -Filter “Name -eq `”ou2`”” Move-ADObject -Identity $getUser.DistingushedName -TargetPath $getOu.DistinguishedName