Versions Compared

Key

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

...

AnchortopicColstopicCols
  • Home
  • Delegated Identity Administration
  • Computers
  • Home / Identity Administration / Computers / Current: Restoring Deleted Computers

    anchor

    overviewoverview

    Restoring Deleted Computers

    EmpowerID allows you to manage the computer objects in your connected directories. This topic demonstrates how to restore deleted computer accounts and is divided into the following activities:

  • Restoring Deleted Computers
  • Verifying the Restored Computer in Active Directory

    .


    Info

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

    anchor

    restoredeletedcomputerrestoredeletedcomputer

    To restore deleted computers

    1. From the Navigation Sidebar of the EmpowerID Web interface, navigate to the Find Computers page by expanding Resources and clicking Computers.
    2. Click the Restore Deleted Computers action link.

      Image Added

    3. From the Deleted Computers lookup that appears, search for the deleted computer you want to restore and then tick the check box on the computer record to select it.

      Image Added

    4. Repeat step 4 for any other deleted computers you want to restore.
    5. When finished selecting deleted computers, click Submit.

      Tip

      Before submitting your choices, you can review the items by clicking the Selected flag that is located above the grid. If you decide you want to remove an item, you can do so by clicking the X to the right of the item.


    6. Click Yes to confirm you want to restore the deleted computer(s).
    7. Click OK to close the Operation Execution Summary.
    Anchorverifyrestoredcomputerverifyrestoredcomputer

    To verify the restored computer

    Anchoradministrative-proceduresadministrative-procedures

    Administrative Procedures:

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

    Related Topics

    1. Code Block
      languagepowershell
      $Name = "<YourRestoredComputerName>"
      Get-ADComputer -Filter {name -eq $Name} -Properties whenChanged


    2. You should see a record for the restored computer. The whenChanged property should match the timestamp in EmpowerID.

      Image Added


    Tip

    You can view the timestamp for when EmpowerID restored the deleted computer in Change Manager. To do so, expand System Logs, click Audit Log and then search for Restore to <YourRestoredComputerName>.