Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Microsoft System Center 2016 Orchestrator Cookbook
Microsoft System Center 2016 Orchestrator Cookbook

Microsoft System Center 2016 Orchestrator Cookbook: Simplify the automation of your administrative tasks , Second Edition

Arrow left icon
Profile Icon Seidl Profile Icon Andreas Baumgarten Profile Icon Samuel Erskine (EUR) Profile Icon Beaumont
Arrow right icon
$65.99
Full star icon Full star icon Full star icon Full star icon Full star icon 5 (1 Ratings)
Paperback Jul 2017 310 pages 2nd Edition
eBook
$35.99 $51.99
Paperback
$65.99
Subscription
Free Trial
Renews at $19.99p/m
Arrow left icon
Profile Icon Seidl Profile Icon Andreas Baumgarten Profile Icon Samuel Erskine (EUR) Profile Icon Beaumont
Arrow right icon
$65.99
Full star icon Full star icon Full star icon Full star icon Full star icon 5 (1 Ratings)
Paperback Jul 2017 310 pages 2nd Edition
eBook
$35.99 $51.99
Paperback
$65.99
Subscription
Free Trial
Renews at $19.99p/m
eBook
$35.99 $51.99
Paperback
$65.99
Subscription
Free Trial
Renews at $19.99p/m

What do you get with Print?

Product feature icon Instant access to your digital eBook copy whilst your Print order is Shipped
Product feature icon Paperback book shipped to your preferred address
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Table of content icon View table of contents Preview book icon Preview Book

Microsoft System Center 2016 Orchestrator Cookbook

Unpacking System Center 2016 Orchestrator

In this chapter, we will cover the following recipes:

  • Understanding the Orchestrator architecture
  • Planning the Orchestrator deployment
  • Installing a single server deployment
  • Making the Orchestrator environment highly available
  • Deploying an additional Runbook Server

Introduction

Microsoft System Center 2016 Orchestrator (SCO) is a process automation and multitechnology product connection toolkit. It delivers the following two key challenges of an organization:

  • The automation of manual repeatable tasks
  • Connecting multiple IT vendor products

The first common IT challenge, the automation of manual repeatable tasks, when coupled with supporting organization policies, can significantly improve IT value and efficiency. The second challenge, connecting multiple IT vendor products, provides organizations with a single logical product SCO to interconnect and coordinate the activities between the typical multi-vendor technology investments.

In order to deliver the capabilities of SCO, we must unpack the product, our toolbox, by planning our deployment (what is the size, type, and the content of the toolbox) and installing the product based on our agreed deployment plan. This chapter focuses on the activities you must perform to have a fully functional SCO installation.

Understanding the Orchestrator architecture

It is very important to understand the whole architecture of System Center Orchestrator before your start installing any of the SCO components.

Getting ready

How to do it…

The SCO architecture is made up of six types of components. The basic automated activity delivered by SCO is called a Runbook, which is commonly known as workflow in other products. The six components, which make up the SCO product are listed and described in the following table and are illustrated in the figure following the table:

SCO component

Description

The Runbook Designer

The Runbook Designer is a tool used for creating and editing Runbooks. Runbooks are stored in the Orchestration database. A subcomponent of the Runbook Designer is called the Runbook Tester, which is used to validate the execution of Runbooks.

The Orchestration database

The Orchestration database is a Microsoft SQL Server database, which stores Runbooks, the statuses of Runbooks, and the security delegation configuration. The database also stores log files and the configuration of the SCO deployment.

The Management Server

The Management Server is the core communication component of the SCO architecture and is responsible for coordinating the communication between the Runbook Designer and the Orchestration database. There is only one Management Server per SCO deployment.

The Runbook Server

The Runbook Server is responsible for executing the instances of Runbooks. When a Runbook is invoked, a copy of the Runbook instance is sent to its assigned Runbook Server, and then it is executed (by default, this is the first installed Runbook Server, which is assigned the Primary role).

The Orchestrator web service

The Orchestrator web service is the interface that enables applications to connect to SCO. Typical tasks performed through the web service are Runbook status views, start, and stop actions.

The Orchestrator browser console

The Orchestrator browser console is a Silverlight supported web console, which uses the Orchestrator web service to communicate with SCO.

The six parts of SCO are illustrated in the following figure:

For the smallest implementation, all the components can be deployed to one server (physical or virtual). You have the option to scale out the deployment using multiple servers to host one or more components of SCO. The deployment choice is determined by the planning activities you perform before invoking the installation of the product. This recipe discusses the factors you must consider to assist with the deployment choice.

About the Management Server

At the time of writing, the current version of SCO supports only one instance of a Management Server per deployment. You can deploy multiple instances of the other parts of the product with a note that we are still dealing with just one database per Management Server. The database instance can be made highly available.

How it works...

The understanding of the SCO architecture is an essential task in order to be successful in automating your task. Before planning your deployment, make sure you understand the architecture and the components of SCO. Afterward, start planning your deployment as described in the recipe, Planning the Orchestrator deployment.

Planning the Orchestrator deployment

The installation of SCO is simple. You must plan the deployment appropriately according to your needs. This recipe discusses and provides steps on common planning tasks to be performed before mounting the ISO for organizations who have successfully deployed SCO.

Getting ready

How to do it...

There are three planning categories. They are: people, processes, and the technology (SCO product):

  1. Identify and agree on the roles and responsibilities of the SCO team. SCO deployments typically have three types of users:
    • Services accounts: They perform actions for the specific components of SCO
    • Administrators: They will typically perform all the activities including, but not limited to, SCO installation, Runbook creation and management, and the delegation of security to operators
    • Operators: They will typically use the SCO console and the Runbook Designer to create and manage Runbooks
  2. Identify and document initial prototype processes to be used as the first candidate for automation and testing. The types of processes for this purpose should be simple, repeatable tasks that fall into an organization's required standard service requests. Good candidates are service requests, which do not require authorization and approval. An additional example category is Windows operating system services that can be stopped and started as a part of troubleshooting.
  3. Plan for the following technology requirements areas for SCO:
    • SCO deployment type:
Deployment type
Description

Single servers

All the SCO roles are installed on one physical or virtual machine.

This scenario is typically implemented in test environments but is fully supported in production. This, however, becomes a single point of failure for highly automated environments.

Multiserver

The SCO roles are separated and installed on one or more machines.

    • Minimum hardware requirements for each SCO component:
Component
Requirements

Management Servers

  • Operating system—Windows Server 2016 or Windows Server 2012 R2
  • 2 GB minimum
  • 200 megabytes (MB) of available hard disk space
  • Dual-core Intel microprocessor, 2.1 gigahertz (GHz) or better
  • Microsoft .NET Framework 3.5 Service Pack 1

Orchestration databases

  • Database: Microsoft SQL 2012 SP2, Microsoft SQL 2014, Microsoft SQL 2014 SP1, Microsoft SQL 2014 SP2, Microsoft SQL 2016
  • Collation: SQL_Latin1_General_CP1_CI_AS
  • Local or remote (Basic Engine only)

Runbook Servers

  • Operating system: Windows Server 2016 or Windows Server 2012 R2
  • 2 GB minimum
  • 200 megabytes (MB) of available hard disk space
  • Dual-core Intel microprocessor, 2.1 gigahertz (GHz) or better
  • Microsoft .NET Framework 3.5 Service Pack 1

Orchestrator console/web services

  • Operating system: Windows Server 2016 or Windows Server 2012 R2
  • 2 GB minimum
  • 200 megabytes (MB) of available hard disk space
  • Dual-core Intel microprocessor, 2.1 gigahertz (GHz) or better
  • Microsoft .NET Framework 4.5 with WCF
  • Web Service: Internet Information Services (IIS) 7.0 and enabled IIS role
  • Microsoft Silverlight 4**

Orchestrator Runbook Designers

  • Operating system: Windows Server 2016 or Windows Server 2012 R2, Windows 10
  • 2 GB minimum
  • 200 megabyte (MB) of available hard disk space
  • Dual-core Intel microprocessor, 2.1 gigabyte (GHz) or better
  • Microsoft .NET Framework 3.5 Service Pack 1
  • Services accounts and delegation groups:
Account/group
Type
Notes

Orchestrator management services

Service accounts

Create an Active Directory user account for this service. This is the main management server service account, and it is granted the "log on as a service" right during the installation.

Orchestrator Runbook monitor services

Service accounts

Typically, this is the same account as the Orchestrator management service.

Orchestrator Runbook services

Service accounts

This is the same user account as the Management and Runbook Server monitor service in a single deployment, but it can be different for multiserver deployments; Active Directory domain account is recommended.

Runbook authors (SCO_ADMINS)

Groups

Create an Active Directory group. This group will have the equivalent access of full administration to the SCO deployment.

Runbook operators (SCO_CON_USERS)

Groups

Create an Active Directory group. This group will have the equivalent access of a Runbook operator to the SCO deployment.

Installation user

User

The user with full administrative rights on the SCO servers is required to perform the installation and configuration of the SCO deployment.

  • Network communication ports:
Source
Targeted computer
Default port
Configurable

Runbook Designers

Management Servers

135, 1024-65535

Yes, after the SCO Installation.

Management Servers, Runbook Servers, and web services

Orchestration databases

1433

Yes; it is specified during the installation on the SCO supported version of Microsoft SQL Server. This is the case where the SQL Server instance is not using the default port.

Client browsers

Orchestrator web services

81

Yes, during the SCO installation.

Client browsers

Orchestration consoles

82

Yes, during the SCO installation.

How it works...

The planning activities discussed are the minimum activities the authors recommend. The tasks performed at this stage will ensure that you ask and plan for all your requirements before investing time in the actual installation. An additional benefit is identifying any people or budgetary risks before the deployment.

There's more...

There are two additional planning areas, which are typically ignored in technology-focused deployments. These areas are communication strategies and stakeholder management:

  • The communication strategy: One of the inaccurate myths of SCO is that it would automate the IT professional. SCO, when implemented right, would improve efficiency, but will not replace people. On the contrary, you need to communicate with the people who perform the manual tasks, as they hold the key to how to best automate their efforts. Early engagement with all the IT team members should be one of your key planning tasks.
  • The stakeholder management: Stakeholders are all users affected by the SCO deployment. An important category of stakeholders is the management team responsible for policy creation and enforcement. Automation without a good planned organization may lead to conflicts at the political level of your organization. An example of such a scenario is the ability to create Active Directory user accounts with rights to specific organization areas and restricted resources.

Installing a single server deployment

This recipe provides the steps required to install all the SCO roles on a single server. The single server deployment is appropriate for test and development environments. This deployment type will assist you with evaluation of the product, initial Runbook creation, and validation prior to deploying in your production environment. Though supported in production, you must plan to implement the multiserver deployment to provide flexibility and availability.

Getting ready

You must plan to review the Planning the Orchestrator deployment recipe before performing the steps in this recipe. There are a number of dependencies discussed in the planning tasks, which you must perform in order to be able to successfully complete the steps in this recipe.

The authors assume that you have access to all the installation media, and the user account performing the installation has administrative privileges on the server nominated for the SCO deployment.

How to do it...

The following figure provides a visual summary and order of the tasks you need to perform to complete this recipe:

The deployment will be implemented in an Active Directory environment and with the Windows Server 2016 operating system. Perform the following steps to deploy SCO on a single machine:

  1. In Active Directory, create the required and recommended user accounts and groups. In this example we will create the following groups:
    • Users: SCO_MGTSVCA and SCO_RBSSVCA
    • Groups: SCO_ADMINS and SCO_CON_USERS
  2. Install a supported Windows Server operating system, and join the server to the Active Directory domain in the scope of the SCO deployment.
  3. Add the two services accounts and the SCO Administrators group to the local Administrators group on the SCO server.
  1. On the SCO server, enable the following role and feature:
    • Role: Web Server (IIS) (default settings)—Note that the installation will enable this role for you if it is not found on the target server
    • Feature: .NET Framework 3.5 SP1—You must specify a source file for .NET Framework 3.5 SP1 in the case of Windows Server 2016, and ensure that the ISO for Windows Server 2016 is loaded
  2. Optionally install Silverlight. After the SCO installation, you will be prompted to install Silverlight if you run the console on the server.
  3. Install a supported version of Microsoft SQL Server. In our example, we will install Microsoft SQL Server 2016 standard edition. The following are the minimum options required for the installation:
    • Instance features: Database Engine Services
    • Share features: Management Tools—Basic
    • Collation: SQL_Latin1_General_CP1_CI_AS
    • Authentication Credentials: Windows Authentication (recommended)
  4. Insert or mount the SCO installation media on the server. Login with a user account with administrative rights.
  5. Launch the installation using the SetupOrchestrator.exe file. Click on Install under the System Center 2016 Orchestrator Setup section on the wizard page.
  6. On the Product Registration page, enter your Organization details and the Product Key (although the product key can be entered post installation, it is a best practice to enter this during the installation to reduce the risk of product evaluation expiry after the default 180 day period). Click on Next.
  7. Review the Please read this License Terms page, and accept to continue with the installation. Click on Next.
  8. On the Select features to install wizard page, ensure all the options are checked. Click on Next.
  9. On the Configure the service account page, type the user account you created for the Management Server service account and password. Click on Test to verify the details. Click on Next.
  10. On the Configure the database server page, type the server name, and if applicable, the instance of SQL where the Orchestration database will be created. Click on Test Database Connection to verify the connection to the database server. Click on Next.
  1. On the Configure the database page, ensure that New database is selected and the default name is Orchestrator for the database. Click on Next.
  2. On the Configure Orchestrator users group page, click on Browse… , and specify the Active Directory group you created for the SCO administrators role (SCO_ADMINS in our example). Click on Next.
  3. On the Configure the ports for the web services page, leave default options (81 and 82) or provide your custom options. Make sure you document the custom port if you change the default values. Click on Next.
  4. On the Select the installation location page, accept the selected installation location or specify a custom location. Click on Next.
  5. On the Microsoft Update page, select your preferred option. Click on Next.
  6. On the Help improve Microsoft System Center Orchestrator page, select your preferred options. Click on Next.
  7. Review the Installation summary page. Click on Install to start the installation.
  8. On successful installation, you are presented with final configuration options as follows:
    • Launch Windows Update
    • Visit System Center Orchestrator Online
    • When Setup closes, start the Runbook Designer

This completes the installation steps.

How it works...

Installing SCO in a single server deployment mode is very simple. The most important aspect is to plan and configure all the prerequisites before you start the actual installation.

The installation requires a number of options, which the wizard guides you throughout the process. The installation creates the Orchestration database and prepares it for use in your deployment. The account specified for the service account is granted the required permission in the database and on the local server.

The following screenshot shows the database permissions granted to the management server service account:

About service accounts

In our prerequisites, we created two service accounts—one for the management service and the other for the Runbook service. In a single server deployment, only one account is requested, which, in our case, is the Management Server service account. The Runbook Server service account will be used for additional Runbook Servers and is a best practice to separate the two accounts, as they are granted different rights in the database. An additional benefit of using two or more accounts is to reduce the risk of a single point of failure for all service components.

There's more...

There is one additional configuration you must perform post installation on the Management Server.

Enabling network discovery is applicable to the Orchestrator database Runbook Designer role. Perform the following steps to enable network discovery:

  1. In Control Panel, navigate to Network and Sharing | Change advanced sharing settings, and expand the domain profile and Turn on network discovery.
  2. Click on Save changes.

Enabling network discovery enables the auto-population of fields, which requires the selection of a computer name when creating Runbooks.

See also

Making the Orchestrator environment highly available

SCO features and components can be installed on a single server or across multiple servers. All SCO components can be installed multiple times, except the Management Server. The Management Server and his SQL database can only exist a single time in an Orchestrator environment.

Getting ready

To understand the Orchestrator role, see the recipe, Understanding Orchestrator architecture, in this book.

If you would like to make your SCO environment highly available, prepare your server like you did it for the first Instance.

How to do it...

There are different ways for each feature to make them highly available. Runbooks Server, web service, the Orchestration console, and Runbook Designer can be installed multiple time in your environment. The Management Server feature is not that easy to make highly available. See next how to make each feature highly available.

Runbooks can be configured to run on a single Runbook Server or fallback to a different one, see recipe, Making your Runbook highly available, Chapter 4, Building Advanced Runbooks.

The Runbook Designer can be installed multiple times on a Server or client OS, as they are completely standalone and are used to connect to a Management Server.

The Orchestration console and web service can also be installed multiple times; you only need to take care about the web service URLs and make them highly available with DNS and SPN.

To make the Management Server highly available, you need to take care about the OS and the DB itself.

Here is a list about your options in this:

  • Make the OS highly available, for example, as a VM on a cluster
  • Take care of the SQL database also as a VM on a cluster

At the time this book has been written, it is not supported to run a System Center Orchestrator database on a SQL Always ON instance.

How it works...

As you see, the Management Server is not that easy to be highly available, and it is a very important information. It's related to the SCO architecture, that all the information is stored in the database, so the DB is very important to to your complete SCO environment.

See also

Check out the How to do it… section of the Planning the Orchestrator deployment recipe.

Deploying an additional Runbook Server

SCO features and components can be installed on a single server or across multiple servers. The multiserver deployment requires you to perform the installation in a specific order. The first server you must install is the Management Server, which requires a supported instance of Microsoft SQL Server. This recipe discusses the installation of the Runbook Server component. You need at least one Runbook Server in a multiserver deployment.

Getting ready

You must plan to review the Planning the Orchestrator deployment recipe before performing the steps in this recipe. There are a number of dependencies in the Planning the Orchestrator deployment recipe, which you must perform in order to successfully complete the tasks in this recipe.

The authors assume that you have access to all the installation media; and the user account performing the installation has administrative privileges on the server nominated for the SCO deployment. You must also install a Management Server before you can install the Runbook Server.

The example deployment in this recipe is based on the following configuration details:

  • Management Server and database server called SVTGSCO01 is already installed
  • The service account created in Active Directory: SCO_RBSSVCA

How to do it...

The following figure provides a visual summary and order of the tasks you need to perform to complete this recipe:

The deployment will be implemented in an Active Directory environment with the Windows Server 2016 operating system. Perform the following steps to deploy SCO Runbook Server in a multiserver deployment:

  1. Install a supported Windows Server operating system, and join the server to the Active Directory domain in the scope of the SCO deployment.
  2. Add the service accounts and SCO administrators group to the local administrator's group on the SCO Runbook Server.
  3. On the SCO server, enable the .NET Framework 3.5 SP1 feature.
  4. Insert or mount the SCO installation media on the server. Login with a user account with administrative rights.
  5. Launch the installation using the SetupOrchestrator.exe file.
  1. Turn on the splash screen under Standalone installations. Click on Runbook Server.
  2. On the Product Registration page enter your Organization details and the Product Key. Click on Next.
  3. Review the Please read this License Terms page and click accept to continue with the installation. Click on Next.
  4. On the Configure the service account page, type the user account you created for the Runbook Server service account and password (in our scenario, SCO_RBSSVCA). Click on Test to verify the details. Click on Next.
  5. On the Configure the database server page, type the server name, and if applicable, the instance of SQL where the Orchestration database is installed. Click on Next.
  6. On the Configure the database page, ensure that Existing database is selected and the default name is Orchestrator , or your custom name for the database is selected. Click on Next.
  7. On the Select the installation location page, accept the selected installation location or specify a custom location. Click on Next.
  8. On the Microsoft Update page, select your preferred option. Click on Next.
  9. On the Help improve Microsoft System Center Orchestrator page, select your preferred options. Click on Next.
  10. Review the Installation summary page. Click on Install to start the installation.
  11. On the successful installation, you are presented with final configuration options as follows:
    • Launch Windows Update
    • Visit System Center Orchestrator Online

This completes the installation steps for the SCO Management Server in the multiserver deployment.

How it works...

The installation wizard guides you through the required settings. Once all the prerequisites are properly configured, the installation process installs the required program files for the Runbook Server feature.

The account specified for the service account is granted the required permission in the database. The following screenshot shows the database permissions granted to the Runbook Server service account:

See also

The How it works… sections of the following recipes provide additional relevant information:

  • Installing a single server deployment recipe
  • Installing a Management Server in a multiserver deployment recipe
Left arrow icon Right arrow icon
Download code icon Download Code

Key benefits

  • ?Create powerful runbooks for the entire System Center 2016 product line
  • ?Explore System Center 2016 Orchestrator to manage and automate your datacenter
  • ?A recipe-based guide to using SCO efficiently

Description

With Microsoft System Center 2016 Orchestrator Cookbook, you will start by learning how to efficiently install and secure System Center Orchestrator. You will then learn how you can create configuration files for SCO 2016. After initial installation and configuration, you will soon be planning and creating functional and fault-tolerant System Center runbooks to automate daily tasks and routine operations. Next you will delve into runbooks; you will learn how to create powerful and advanced runbooks such as Building your Runbook without a Dead End. You will also learn to create simple and advanced runbooks for your daily tasks. Towards the end of the book, you will learn to use SCO for other interesting tasks and also learn to maintain and perform SCO health checks. By the end of the book, you will be able to automate your administrative tasks successfully with SCO.

Who is this book for?

If you are a system administrator and want to simplify the process of automating system administration tasks using System Center Orchestrator 2016 then this book is for you. A basic knowledge of SCO is expected

What you will learn

  • • Create Runbooks for IT Service Management processes
  • • Design and create Runbooks for System Center Confguration Manager and Virtual Machine Manager
  • • Set up System Center Orchestrator, making it highly available
  • • Create branching, looping, and child Runbooks to completely master System Center 2016 Orchestrator
  • • Implement a security model for your System Center Orchestrator deployment and to execute Runbooks
  • • Manage and automate your Datacenter with powerful Runbooks
  • • Automate your System Center environment
Estimated delivery fee Deliver to Argentina

Standard delivery 10 - 13 business days

$12.95

Premium delivery 3 - 6 business days

$40.95
(Includes tracking information)

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Jul 26, 2017
Length: 310 pages
Edition : 2nd
Language : English
ISBN-13 : 9781786460462
Vendor :
Microsoft
Concepts :

What do you get with Print?

Product feature icon Instant access to your digital eBook copy whilst your Print order is Shipped
Product feature icon Paperback book shipped to your preferred address
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Estimated delivery fee Deliver to Argentina

Standard delivery 10 - 13 business days

$12.95

Premium delivery 3 - 6 business days

$40.95
(Includes tracking information)

Product Details

Publication date : Jul 26, 2017
Length: 310 pages
Edition : 2nd
Language : English
ISBN-13 : 9781786460462
Vendor :
Microsoft
Concepts :

Packt Subscriptions

See our plans and pricing
Modal Close icon
$19.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
$199.99 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just $5 each
Feature tick icon Exclusive print discounts
$279.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just $5 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total $ 186.97
Microsoft System Center 2016 Service Manager Cookbook
$65.99
Deploying Microsoft System Center Configuration Manager
$54.99
Microsoft System Center 2016 Orchestrator Cookbook
$65.99
Total $ 186.97 Stars icon

Table of Contents

7 Chapters
Unpacking System Center 2016 Orchestrator Chevron down icon Chevron up icon
The Initial Configuration of SCO 2016 Chevron down icon Chevron up icon
Planning and Creating Runbooks Chevron down icon Chevron up icon
Building Advanced Runbooks Chevron down icon Chevron up icon
Simple Runbooks for Your Daily Tasks Chevron down icon Chevron up icon
Advanced Runbooks for Your Daily Tasks Chevron down icon Chevron up icon
Doing More with Orchestrator Chevron down icon Chevron up icon

Customer reviews

Rating distribution
Full star icon Full star icon Full star icon Full star icon Full star icon 5
(1 Ratings)
5 star 100%
4 star 0%
3 star 0%
2 star 0%
1 star 0%
Roman Levchenko Feb 27, 2018
Full star icon Full star icon Full star icon Full star icon Full star icon 5
If you are learning Orchestrator and seeking for the accelerator to improve your skills, this book will help you a lot. It's a cookbook, well-structured and short. However, recipes describe real-world examples and teaches you how to automate your tasks in the best way. Thanks MVPs!
Amazon Verified review Amazon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

What is the delivery time and cost of print book? Chevron down icon Chevron up icon

Shipping Details

USA:

'

Economy: Delivery to most addresses in the US within 10-15 business days

Premium: Trackable Delivery to most addresses in the US within 3-8 business days

UK:

Economy: Delivery to most addresses in the U.K. within 7-9 business days.
Shipments are not trackable

Premium: Trackable delivery to most addresses in the U.K. within 3-4 business days!
Add one extra business day for deliveries to Northern Ireland and Scottish Highlands and islands

EU:

Premium: Trackable delivery to most EU destinations within 4-9 business days.

Australia:

Economy: Can deliver to P. O. Boxes and private residences.
Trackable service with delivery to addresses in Australia only.
Delivery time ranges from 7-9 business days for VIC and 8-10 business days for Interstate metro
Delivery time is up to 15 business days for remote areas of WA, NT & QLD.

Premium: Delivery to addresses in Australia only
Trackable delivery to most P. O. Boxes and private residences in Australia within 4-5 days based on the distance to a destination following dispatch.

India:

Premium: Delivery to most Indian addresses within 5-6 business days

Rest of the World:

Premium: Countries in the American continent: Trackable delivery to most countries within 4-7 business days

Asia:

Premium: Delivery to most Asian addresses within 5-9 business days

Disclaimer:
All orders received before 5 PM U.K time would start printing from the next business day. So the estimated delivery times start from the next day as well. Orders received after 5 PM U.K time (in our internal systems) on a business day or anytime on the weekend will begin printing the second to next business day. For example, an order placed at 11 AM today will begin printing tomorrow, whereas an order placed at 9 PM tonight will begin printing the day after tomorrow.


Unfortunately, due to several restrictions, we are unable to ship to the following countries:

  1. Afghanistan
  2. American Samoa
  3. Belarus
  4. Brunei Darussalam
  5. Central African Republic
  6. The Democratic Republic of Congo
  7. Eritrea
  8. Guinea-bissau
  9. Iran
  10. Lebanon
  11. Libiya Arab Jamahriya
  12. Somalia
  13. Sudan
  14. Russian Federation
  15. Syrian Arab Republic
  16. Ukraine
  17. Venezuela
What is custom duty/charge? Chevron down icon Chevron up icon

Customs duty are charges levied on goods when they cross international borders. It is a tax that is imposed on imported goods. These duties are charged by special authorities and bodies created by local governments and are meant to protect local industries, economies, and businesses.

Do I have to pay customs charges for the print book order? Chevron down icon Chevron up icon

The orders shipped to the countries that are listed under EU27 will not bear custom charges. They are paid by Packt as part of the order.

List of EU27 countries: www.gov.uk/eu-eea:

A custom duty or localized taxes may be applicable on the shipment and would be charged by the recipient country outside of the EU27 which should be paid by the customer and these duties are not included in the shipping charges been charged on the order.

How do I know my custom duty charges? Chevron down icon Chevron up icon

The amount of duty payable varies greatly depending on the imported goods, the country of origin and several other factors like the total invoice amount or dimensions like weight, and other such criteria applicable in your country.

For example:

  • If you live in Mexico, and the declared value of your ordered items is over $ 50, for you to receive a package, you will have to pay additional import tax of 19% which will be $ 9.50 to the courier service.
  • Whereas if you live in Turkey, and the declared value of your ordered items is over € 22, for you to receive a package, you will have to pay additional import tax of 18% which will be € 3.96 to the courier service.
How can I cancel my order? Chevron down icon Chevron up icon

Cancellation Policy for Published Printed Books:

You can cancel any order within 1 hour of placing the order. Simply contact customercare@packt.com with your order details or payment transaction id. If your order has already started the shipment process, we will do our best to stop it. However, if it is already on the way to you then when you receive it, you can contact us at customercare@packt.com using the returns and refund process.

Please understand that Packt Publishing cannot provide refunds or cancel any order except for the cases described in our Return Policy (i.e. Packt Publishing agrees to replace your printed book because it arrives damaged or material defect in book), Packt Publishing will not accept returns.

What is your returns and refunds policy? Chevron down icon Chevron up icon

Return Policy:

We want you to be happy with your purchase from Packtpub.com. We will not hassle you with returning print books to us. If the print book you receive from us is incorrect, damaged, doesn't work or is unacceptably late, please contact Customer Relations Team on customercare@packt.com with the order number and issue details as explained below:

  1. If you ordered (eBook, Video or Print Book) incorrectly or accidentally, please contact Customer Relations Team on customercare@packt.com within one hour of placing the order and we will replace/refund you the item cost.
  2. Sadly, if your eBook or Video file is faulty or a fault occurs during the eBook or Video being made available to you, i.e. during download then you should contact Customer Relations Team within 14 days of purchase on customercare@packt.com who will be able to resolve this issue for you.
  3. You will have a choice of replacement or refund of the problem items.(damaged, defective or incorrect)
  4. Once Customer Care Team confirms that you will be refunded, you should receive the refund within 10 to 12 working days.
  5. If you are only requesting a refund of one book from a multiple order, then we will refund you the appropriate single item.
  6. Where the items were shipped under a free shipping offer, there will be no shipping costs to refund.

On the off chance your printed book arrives damaged, with book material defect, contact our Customer Relation Team on customercare@packt.com within 14 days of receipt of the book with appropriate evidence of damage and we will work with you to secure a replacement copy, if necessary. Please note that each printed book you order from us is individually made by Packt's professional book-printing partner which is on a print-on-demand basis.

What tax is charged? Chevron down icon Chevron up icon

Currently, no tax is charged on the purchase of any print book (subject to change based on the laws and regulations). A localized VAT fee is charged only to our European and UK customers on eBooks, Video and subscriptions that they buy. GST is charged to Indian customers for eBooks and video purchases.

What payment methods can I use? Chevron down icon Chevron up icon

You can pay with the following card types:

  1. Visa Debit
  2. Visa Credit
  3. MasterCard
  4. PayPal
What is the delivery time and cost of print books? Chevron down icon Chevron up icon

Shipping Details

USA:

'

Economy: Delivery to most addresses in the US within 10-15 business days

Premium: Trackable Delivery to most addresses in the US within 3-8 business days

UK:

Economy: Delivery to most addresses in the U.K. within 7-9 business days.
Shipments are not trackable

Premium: Trackable delivery to most addresses in the U.K. within 3-4 business days!
Add one extra business day for deliveries to Northern Ireland and Scottish Highlands and islands

EU:

Premium: Trackable delivery to most EU destinations within 4-9 business days.

Australia:

Economy: Can deliver to P. O. Boxes and private residences.
Trackable service with delivery to addresses in Australia only.
Delivery time ranges from 7-9 business days for VIC and 8-10 business days for Interstate metro
Delivery time is up to 15 business days for remote areas of WA, NT & QLD.

Premium: Delivery to addresses in Australia only
Trackable delivery to most P. O. Boxes and private residences in Australia within 4-5 days based on the distance to a destination following dispatch.

India:

Premium: Delivery to most Indian addresses within 5-6 business days

Rest of the World:

Premium: Countries in the American continent: Trackable delivery to most countries within 4-7 business days

Asia:

Premium: Delivery to most Asian addresses within 5-9 business days

Disclaimer:
All orders received before 5 PM U.K time would start printing from the next business day. So the estimated delivery times start from the next day as well. Orders received after 5 PM U.K time (in our internal systems) on a business day or anytime on the weekend will begin printing the second to next business day. For example, an order placed at 11 AM today will begin printing tomorrow, whereas an order placed at 9 PM tonight will begin printing the day after tomorrow.


Unfortunately, due to several restrictions, we are unable to ship to the following countries:

  1. Afghanistan
  2. American Samoa
  3. Belarus
  4. Brunei Darussalam
  5. Central African Republic
  6. The Democratic Republic of Congo
  7. Eritrea
  8. Guinea-bissau
  9. Iran
  10. Lebanon
  11. Libiya Arab Jamahriya
  12. Somalia
  13. Sudan
  14. Russian Federation
  15. Syrian Arab Republic
  16. Ukraine
  17. Venezuela