Results 1 to 2 of 2

Thread: 2008 R2 AD search for multiple computers

  1. #1
    Regular Member scj6771's Avatar
    Join Date
    Aug 2003
    Location
    Windsor, NY
    Posts
    231

    2008 R2 AD search for multiple computers

    I have a list of computer names I would like locate within AD (2008 R2), using the search feature it seems I can only do one at a time, I have also discovered the ADAC but not sure if that can handle a search like that either.

    Once located these machines will be dropped into their respective OU's at one time.

  2. #2
    Regular Member scj6771's Avatar
    Join Date
    Aug 2003
    Location
    Windsor, NY
    Posts
    231
    Think I got it figured out, looks like you can use Powershell with ActiveDirectory module

    For exemple :

    Import-Module ActiveDirectory

    $LISTPC = Get-Content C:\temp\LISTPC.txt

    $LISTPC|Foreach{Get-ADComputer $_|Move-ADObject -TargetPath "OU=TARGET,DC=...."}

Similar Threads

  1. Replies: 1
    Last Post: 08-08-11, 09:02 AM
  2. Replies: 0
    Last Post: 12-23-08, 09:36 AM
  3. Multiple Computers w/ Internet on a Switch Q?
    By sk8ergrl in forum Networking Forum
    Replies: 1
    Last Post: 07-14-04, 05:08 PM
  4. Multiple Computers on @Home Service
    By Aaron in forum General Broadband Forum
    Replies: 2
    Last Post: 04-24-01, 10:38 PM
  5. Replies: 2
    Last Post: 01-13-01, 12:04 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •