Versions Compared

Key

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

Home / Identity Administration / Computers / Current: Deleting Computers

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

.


Info

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


Anchordeletecomputerdeletecomputer

To delete 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 delete, click the record for that computer to select it and then click the Delete Computers action link.

    Image Added

  3. Click Yes to confirm you want to delete the computer.
  4. Click OK to close the Operation Execution Summary.
Anchorverifydeletedcomputerverifydeletedcomputer

To verify the deletion

  1. On a server with the Active Directory PowerShell Module, run the below PowerShell cmdlet. The cmdlet returns all deleted computers.

Related Topics Anchoradministrative-proceduresadministrative-proceduresAdministrative Procedures:


  1. Code Block
    languagepowershell
    themeEmacs
    Get-ADObject -Filter { ObjectClass -eq "computer" -AND IsDeleted -eq $True} -IncludeDeletedObjects -Properties IsDeleted,LastKnownParent,DistinguishedName


  2. You should see a record for the deleted computer.

    Image Added


Info
iconfalse
titleRelated Content
AnchortopicTOCtopicTOC
  • Deleting Computers
  • Verifying the Deletion in Active Directory