Versions Compared

Key

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

...

To create new computers accounts in EmpowerID

  1. In the Navigation Sidebar of the EmpowerID Web interface, expand Resources and click Computers.
  2. From the Actions pane of the Computer management page, click the Create Computer action.



  3. In the Create Computer form that appears, do the following:
    1. Type a name in the Name field. This field is required.
    2. Optionally, type a display name and description for the computer in the Display Name and Description fields, respectively.
    3. Optionally, type the operating system and DNS host name for the computer in the Operating System and DNS Host Name fields, respectively.



    4. Click Submit.
  4. In the Creation Location Selection lookup that appears, search for and select the account store for the computer and then select the OU from the Computer's Location tree.
  5. Click Submit.



  6. Click OK to close the Operation Execution Summary.

To verify the new computer

  1. On a server with the Active Directory PowerShell Module, run the below PowerShell cmdlet. The cmdlet returns all computers created today.

    Code Block
    languagepowershell
    themeEmacsDJango
    $When = ((Get-Date).AddDays(0)).Date
    Get-ADComputer -Filter {whenCreated -ge $When} -Properties whenCreated


  2. You should see a record for the computer.