Versions Compared

Key

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

...

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
    themeEmacsDJango
    Get-ADComputer -Filter "Enabled -eq '$false'"


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


Info
iconfalse
titleRelated Content

...