Move bulk computers between selected Organizational Units(OU) in a domain

wolverine_dcp

Expert Member
Joined
Jul 30, 2013
Messages
4,674
Reaction score
26
Does anyone know a tool or software i can use to move a bunch of pc's from one OU to another OU in Active Directory
previously i had a free software where i could export a excel document with all the pc host name and choose the destination ou
thanks
 
Um, drag and drop?

I have a list of +- 500 pc's that too time consuming...like i said "i had a free software where i could export a excel document with all the pc host name and choose the destination ou""
 
Try ManageEngine AD Manager Plus. Use the demo, you should be ably to do it with that I think
 
Use PowerShell then

Save your Excel list as a CSV named Computers.csv with ComputerName as the column heading

Import-csv .\Computers.csv | foreach {Get-ADComputer $_.ComputerName | Move-ADObject -Targetpath "OU=New OU,DC=Domain,DC=Local"}
 
Use PowerShell then

Save your Excel list as a CSV named Computers.csv with ComputerName as the column heading

Import-csv .\Computers.csv | foreach {Get-ADComputer $_.ComputerName | Move-ADObject -Targetpath "OU=New OU,DC=Domain,DC=Local"}

Looking for the " gui " easier way out thanks though.....need to lear powershell though:whistle:
thanks
 
Top
Sign up to the MyBroadband newsletter
X