Difference between revisions of "ITOM Package Examples"

From Hornbill
Jump to navigation Jump to search
Line 10: Line 10:
  
 
==Acticve Directory User Management==
 
==Acticve Directory User Management==
The Active Directory User Management package for Hornbill's IT Operations Management (ITOM) contains a number of administrative operations that can be carried out on User objects within your behind-the-firewall Active Directory domains.
+
The Active Directory User Management package for Hornbill's IT Operations Management (ITOM) contains a number of administrative operations that can be carried out on User objects within your on-premises Active Directory domains.
 
===Create User===
 
===Create User===
 +
This operation provides the ability to create a new AD User account within a domain.
 
# Navigate to ('''''Home > ITOM >'' Job Queue''')
 
# Navigate to ('''''Home > ITOM >'' Job Queue''')
 
# Click the '''Create New''' button, and select '''IT Automation'''
 
# Click the '''Create New''' button, and select '''IT Automation'''

Revision as of 15:51, 20 July 2020

Home > Administration > ITOM > Quick Start Guide > ITOM Package Examples Index

Introduction

The following are some examples from the Hornbill Package Library, detailing there use for IT Automation. Packages can be utilised from within the ITOM job queue and Scheduler, as well as being accessible from within ITOM Runbooks and the Hornbill BPM tool. Additional packages are available and accessed via the ITOM Package Library.


Related Articles

Acticve Directory User Management

The Active Directory User Management package for Hornbill's IT Operations Management (ITOM) contains a number of administrative operations that can be carried out on User objects within your on-premises Active Directory domains.

Create User

This operation provides the ability to create a new AD User account within a domain.

  1. Navigate to (Home > ITOM > Job Queue)
  2. Click the Create New button, and select IT Automation
  3. Enter Name: Create New User : ITOM User One
  4. Click the Installed Packages button
  5. Select private:hornbill > Managing Active Directory Users > Active Directory User Management (Version x)
  6. Click Apply
  7. Set the Folowing Setiings and Credentials:
    Run Operation : Create
    Site Target : Server and select an Instance
    Target Device : Inventory and select a Device
    Admin Credentials : Network Admin
  8. Set the following Operation Paramenters
    Given Name : ITOM
    Surname : User One
    SamAccountName : ITOMUser1
    Path : CN=Users, DC=hornbill, DC=qa
    AccountPassword : Passw0rd
    Display Name ; User One, ITOM
    Name : ITOM User One
  9. Click Create'

Password Reset

  1. Navigate to (Home > ITOM > Job Queue)
  2. Click the Create New button, and select IT Automation
  3. Enter Name: Reset User Password : ITOM User One
  4. Click the Installed Packages button
  5. Select private:hornbill& gt; Managing Active Directory Users gt; Active Directory User Management (Version x)
  6. Click Apply
  7. Set the Folowing Setiings and Credentials:
    Run Operation : Reset Password
    Site Target : Server and select an Instance
    Target Device : Inventory and select a Device
    Admin Credentials : Network Admin
  8. Set the following Operation Paramenters
    UserIdentity : ITOMUser1
    Password: Passw0rd1234
  9. Click Create'

Active Directory Groups

Create Group

  1. Navigate to (Home > ITOM > Job Queue)
  2. Click the Create New button, and select IT Automation
  3. Enter Name: Create Security Group : Test Group
  4. Click the Installed Packages button
  5. Select private:hornbill& gt; Managing Active Directory Group Memberships gt; Active Directory Group Management (Version x)
  6. Click Apply
  7. Set the Folowing Settings and Credentials:
    Run Operation : Create
    Site Target : Server and select an Instance
    Target Device : Inventory and select a Device
    Admin Credentials : Network Admin
  8. Set the following Operation Paramenters
    Name: Test Group
    SamAccountName: TestGroup
    DisplayNAme: Test Group
    Path: CN=Users,DC=hornbill,DC=qa
    GroupCategory: Security
    GroupScope: DomainLocal
    Description: ITOM Testing Group
  9. Click Create'

Add User

  1. Navigate to (Home > ITOM > Job Queue)
  2. Click the Create New button, and select IT Automation
  3. Enter Name: Add User to Test Group
  4. Click the Installed Packages button
  5. Select private:hornbill& gt; Managing Active Directory Group Memberships gt; Active Directory Group Management (Version x)
  6. Click Apply
  7. Set the Folowing Setiings and Credentials:
    Run Operation : Add User
    Site Target : Server and select an Instance
    Target Device : Inventory and select a Device
    Admin Credentials : Network Admin
  8. Set the following Operation Paramenters
    MemberIdentity: CN=ITOM User One,CN=Users,DC=hornbill,DC=qa
    GroupIdentity: CN=Test Group,CN=Users,DC=hornbill,DC=qa
  9. Click Create'