Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
topicTOC
  • Enabling Computers
  • Verifying Enabled Computers

    Home / Identity Administration / Computers / Current: Enabling Computers

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

    .


    Info

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

    anchor

    enablecomputerenablecomputer

    To enable 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. Click the Enable Computers in Bulk action link.

      Image Added

    3. Search for the disabled computer you want to enable and then from the grid tick the selection box for that computer.

      Image Added

    4. Click Submit and then click OK to close the Operation Execution Summary.
    Anchorverifyenabledcomputerverifyenabledcomputer

    To verify that the computer is enabled

    1. On a server with the Active Directory PowerShell Module, run the below PowerShell cmdlet. Replace the name of the computer in the below example with the name of the computer you disabled.

    Related Topics

    1. Code Block
    anchor
    1. language
    administrative-proceduresadministrative-procedures

    Administrative Procedures:

    AnchortopicTOC
    1. powershell
      themeDJango
      Get-ADComputer -Filter { Name -eq 'BK-EIDLAB-2107' AND Enabled -eq $true }


    2. You should see that the computer is enabled.

      Image Added


    Info
    iconfalse
    titleRelated Content