Creating a Runbook
This recipe will show you how to build your first Runbook. It is very important that you follow the recipe, step by step to complete your first Runbook. In this recipe we will create a Runbook to create a user.
Getting ready
For this recipe, it is very important to have gone through the previous recipe in this chapter, otherwise repeat. Now, we will build our first Runbook.
How to do it...
In this Recipe, you are going to learn how to build an Ad-Hoc Runbook and a Monitoring Runbook. Please note that we are using a special naming convention on Folders and Runbooks.
Note
For Example, our Root Folder is named 0-Root
the Fist Subfolder is named 0.1-Active Directory
and so on. Also the Runbooks are following this naming convention. So it is much easier to find your Runbook, cause you will have a lot of them if your start working with SCO
Building an Ad-Hoc Runbook
An Ad-Hoc Runbook is a Runbook, which will triggered as needed and to some stuff. In our example, we are creating an Active...