Versions Compared

Key

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

Home / Identity Administration / Computer Administration / Current: Disabling Computers

EmpowerID allows you to manage the computer objects in your connected directories. This topic demonstrates how to disable computer accounts.

...

To disable computers

  1. From the Navigation Sidebar of the EmpowerID Web interface, expand Resources and click Computers.
  2. Search for the computer you want to disable, click the record for that computer to select it and then click the Disable Computers action link.



  3. Click OK to close the Operation Execution Summary.

To verify the disabled computer

  1. On a server with the Active Directory PowerShell Module, run the below PowerShell cmdlet.

    Code Block
    languagepowershell
    themeDJango
    Get-ADComputer -Filter "Enabled -eq '$false'"


  2. You should see a record for the disabled computer.
    Image Removed

...