Difference between revisions of "ITOM Package Examples"

From Hornbill
Jump to navigation Jump to search
(Created page with "== ITOM Package Examples == ===Acticve Directory User Management=== ====Create==== # Navigate to ('''''Home > ITOM >'' Job Queue''') # Click the '''Create New''' button,...")
 
Line 1: Line 1:
== ITOM Package Examples ==
+
{{bluebanner|[[Main_Page|Home]] > [[Administration]] > [[IT Operations Management|ITOM]] > [[Quick Start Guide]] > ITOM Package Examples |[[:Category:ITOM|Index]]}}
===Acticve Directory User Management===
+
{{IntroAndLinks|
====Create====
+
 
 +
The following are some examples from the Hornbill Package Library, detailing how they can be used within IT Automation.  Additional packages are available and can be accessed via the [[ITOM Package Library]].
 +
 
 +
|
 +
* [[IT Operations Management]]
 +
* [[ITOM Package Library]]
 +
}}
 +
 
 +
==Acticve Directory User Management==
 +
===Create===
 
# 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'''
Line 23: Line 32:
 
# Click '''Create'
 
# Click '''Create'
  
====Password Reset====
+
===Password Reset===
 
# 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'''
Line 40: Line 49:
 
# Click '''Create'
 
# Click '''Create'
  
=== Active Directory Groups ===
+
== Active Directory Groups ==
==== Create Group ====
+
=== Create Group ===
 
# 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'''
Line 62: Line 71:
 
#:Description: '''ITOM Testing Group'''
 
#:Description: '''ITOM Testing Group'''
 
# Click '''Create'
 
# Click '''Create'
==== Add User ====
+
=== Add User ===
 
# 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 08:40, 17 July 2020

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

Introduction

The following are some examples from the Hornbill Package Library, detailing how they can be used within IT Automation. Additional packages are available and can be accessed via the ITOM Package Library.


Related Articles

Acticve Directory User Management

Create

  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& gt; Managing Active Directory Users gt; 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 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
    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'