Tag Archives: workflow

Azure Security Center – Workflow Automation

Azure Security Center (ASC) is your main stop when you need a first broad overview of your environment’s security posture. If there is potential to improve your overall security, ASC will give you recommendations that explain how a specific resource … Continue reading

Posted in Azure | Tagged , , , , , , , | 1 Comment

Auto-Deploy Container Images as Azure Container Instances (ACI)

Containers are pretty new in the Microsoft world, but are quickly getting traction. Microsoft Azure offers lots of container-related services such as Azure Container Instances (ACI), Azure Container Service (ACS), Azure Kubernetes Services (AKS) or Azure Container Registry (ACR). I … Continue reading

Posted in Azure, DevOps | Tagged , , , , , , , , , , , | 1 Comment

A look at SCSM Workflows and Notifications and how to manage them by using scripts

I am a lazy guy and whenever possible I try to automate things using PowerShell scripts or System Center Orchestrator runbooks. If you work with Service Manager you know that lots of tasks can be automated by using PowerShell cmdlets … Continue reading

Posted in SCSM | Tagged , , , , , , , | 4 Comments

SCO (System Center Orchestrator) 2012 Beta 1 – Overview

The next Release of Service Manager (SCSM 2012) will be available around end 2011. To drive automation to the next level, SCSM 2012 will contain a connector to System Center Orchestrator 2012 (today known as “Microsoft Opalis”) that allows us … Continue reading

Posted in System Center (without SCSM) | Tagged , , , , | Leave a comment

Get the SMTP Address of a User CI

Due to a notification requirement of a customer, I needed to somehow access the SMTP address of a User CI in the CMDB. This is not that easy, because the SMTP address is not directly stored on the user object, … Continue reading

Posted in SCSM | Tagged , , , , , , , | 7 Comments

Auto-Assign unassigned Incidents by using the SCSM Extensions V2.0 OIP

What about days when no one feels responsible for assigning Incidents to Support Groups and/or Analysts? In such cases a workflow that reports unassigned Incidents would be helpful. If needed, the workflow could also assign these Incidents automatically to a … Continue reading

Posted in SCSM, System Center (without SCSM) | Tagged , , , , , , | 11 Comments

SCSM Extensions V2.0 OIP (Opalis Integration Pack)

Some weeks ago I released the first Version of the SCSM Extensions OIP. This OIP allows Administrators to create workflows in Opalis to automate things. It contains some activities that are not contained in the SCSM OIP from Microsoft. During my work with Service … Continue reading

Posted in SCSM, System Center (without SCSM) | Tagged , , , , , , | 13 Comments

Creating special Activities – Part 2/2

Using Activities in Service Manager allows you to collect Information about tasks and build them together in Change Requests. In the first Part I talked about custom activity classes and how to use them in Templates. In the second Part I … Continue reading

Posted in SCSM, System Center (without SCSM) | Tagged , , , , , | Leave a comment

Service Manager Workflows – Part 1

To automate tasks, Service Manager brings it’s own Workflow Engine. Using the Authoring Tool you can build detailed Workflows to automate almost any task you want. And the best thing: it’s pretty easy! In this Blogpost Series i will show … Continue reading

Posted in SCSM | Tagged , , , , , | 8 Comments