Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Home / Identity Administration / Computers / Current: Moving Computers

EmpowerID allows you to manage the computer objects in your connected directories, including the moving those computers from OU to another. This topic demonstrates how to move computer accounts from one OU to another and is divided into the following activities:

.


Info

The EmpowerID workflow used to move computer accounts is the MoveComputer workflow. To run the workflow, users need to have the Initiator Access Level for it.

Anchormovecomputermovecomputer

To move computers

  1. From the Navigation Sidebar of the EmpowerID Web interface, navigate to the Find Computers page by expanding expand Resources and clicking click Computers.
  2. Search for the computer you want to move, click the record for that computer to select it and then click the Move Computers action link.
  3. Select the destination OU and then click Submit.

    Image Added

  4. Click OK to close the Operation Execution Summary.
Anchorverifymovedcomputerverifymovedcomputer

To verify the move

administrative-procedures

Administrative Procedures:

  • Assigning Computers to Locations
  • Creating Computers
  • Disabling Computers
  • Deleting Computers
  • Resetting Computer Passwords
  • Enabling Computers
  • Restoring Deleted Computers
  • Managing Cloud Instances
  • Vaulting Credentials for Computers
    1. On a server with the Active Directory PowerShell Module, run the below PowerShell cmdlet. Replace <YourMovedComputerName> with the name of the computer you moved.

    Related Topics Anchoradministrative-procedures


    1. Code Block
      languagepowershell
      themeDJango
      $Name = "<YourMovedComputerName>" 
      Get-ADComputer -Filter {name -eq $Name}


    2. You should see that the computer has been moved to the selected OU.

      Image Added