Versions Compared

Key

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

...

To delete computers

  1. From the Navigation Sidebar of the EmpowerID Web interface, expand Resources and 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.



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

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.

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


  2. You should see a A record for the deleted computer is returned.


Info
iconfalse
titleRelated Content

...