In this example we will move selected computer accounts from csv file into target OU. You will need to prepare csv file similar the one below and name the first column “CN” and save it to server where you will be running the script from.This script will be very handy if you need to move computers from different locations into selected target OU.
You will need to change few things within the script to make it work within your environment.
$TargetOU = 'OU=Computers,OU=VA,DC=TekPros,DC=com' (Change this to make sure it suits your needs)
Here is the script
################################################################# #Importing AD Module foreach ($Computer in $MoveList){ Write-Host " Completed Move List " Write-Host " $countPC Computers has been moved " |
You can download the script from this link
https://gallery.technet.microsoft.com/scriptcenter/Move-AD-Computer-Object-4ed2c5f8
Oz Casey, Dedeal ( MVP North America)
MCITP (EMA), MCITP (SA)
MCSE , M+, S+, MCDST
Security+, Project +, Server +
http://telnet25.wordpress.com/ (Blog)
http://smtp25.blogspot.com/ (Blog)
3 comments:
http://www.elisting.us/ business and personal webpages from united states.
I have around 2000 computers in the computer container and I need to move 700 computers to a different OU. I have the list of computers in a CSV file.. I was able to use your powershell script that can search AD and move the computers. However, I may have some computers in the list that are in different OU and I do not want them moved to the target OU. The script is search the whole AD and moving computers if the name matches, regardless the OU..
I am a newbie in powershell, so any help will be greatly appreciated.
Best Moving Company +971 50 3605353
Office and staff relocation should run as professionally and cost efficiently as any successful business. Therefore ADV MOVERS Corporate aim to provide you with the best moving services and moves without any comebacks.
Movers in Dubai
office movers in dubai
Affordable Moving Company in Dubai
Packer in Dubai
Re locate services in Dubai
Professional Movers in Dubai
Movers and Packers Abu Dhabi
http://www.advmovers.com/
Post a Comment