System Center 2012 SP1 – Orchestrator: What Is EUPSCO?

In a previous post, we discovered an ability to leverage System Center 2012 SP1 – Orchestrator to automate runbooks using very simple PowerShell commands, which can easily be called by any process. Although extremely useful, this does not address all the scenarios we need to cover when manually triggering runbooks. There will arise the occasion or requirement for other users to actually trigger a flow, or potentially provide some details to a flow before it is actually triggered.

A Solution Called EUPSCO

Microsoft have already considered this scenario, with a special integration called a “connector” added into System Center Service Manager 2012. These connectors permit service 0fferings to be published for our end users, which can be validated and approved using Service Manager’s internal logic system before finally triggering our Orchestrator Runbook, passing any data collected and validated from the users as they submitted their respective service requests.

This functionality again leverages the web service through the connector. However, if you do not have a Service Manager environment already deployed, you are going to face fun times getting to learn this expansive product. Now, don’t fear this, as I will cover this product and process in future posts, but in the meantime, I have a perfect interim solution for you: a little something called End User Portal for System Center Orchestrator (EUPSCO).


What Does EUPSCO Do?

EUPSCO is a free application created by a team of engineers based in the Netherlands. It was designed as a very lightweight ASP.NET 4.5 web application that you can very easily host on IIS, and it leverages a simple SQL database for storing its configuration details. Later in my next post I will guide you thought the process of downloading and installing this product. For more information, visit the EUPSCO website.

Once installed, this HTML5 portal provides a rich experience for both end users and administrators to rapidly publish and launch runbooks in an extremely friendly user interface, including the ability to accept and validate input from the user’s prior execution. Additionally, runbooks can be restricted to target only users via a simple and elegant role based implementation. When required a very simply approval step can also be assigned to relevant offerings.

System Center Orchestrator has never been limited in its potential; when combined with EUPSCO you now have a fast option to extend your automation to your user base in a safe and secure manner. As with any solution to offer to the organization high available implementations are no different from any other web app you may publish.

EUPSCO

EUPSCO and Flexibility

Tasks that you were once uncomfortable delegating to different parts of your organization should no longer be of concern. Whether creating a simple portal to offer the HR team onboarding new users, or performing tricky management tasks for your helpdesk team – are all now just a mouse click away.

Of course we will not overlook that Microsoft’s official interface for publishing runbooks is as service offerings via the Service Manager product, leveraging its ITIL foundations implementing both sophist aced change management, authorization, and approval flows, and tight integration with the configuration database. As mentioned earlier, we will cover the component of the System Center stack in future posts, as well as the steps needed to establish the connectors.