Disable Computers

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

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

Disable computers

  1. On the navbar, expand Privileged Access and select 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.

Verify the disabled computer

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

    Get-ADComputer -Filter "Enabled -eq '$false'"

     

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