Book Image

Microsoft System Center 2016 Service Manager Cookbook - Second Edition

By : Steve Buchanan, Steve Beaumont, Anders Asp, Dieter Gasser, Andreas Baumgarten
Book Image

Microsoft System Center 2016 Service Manager Cookbook - Second Edition

By: Steve Buchanan, Steve Beaumont, Anders Asp, Dieter Gasser, Andreas Baumgarten

Overview of this book

Keep your organization up to speed with the Microsoft System Center 2016 Service Manager Cookbook. Over 100 practical recipes for SCSM 2016 give you all the tools to master IT service management.
Table of Contents (23 chapters)
Microsoft System Center 2016 Service Manager Cookbook - Second Edition
Credits
Foreword
About the Authors
About the Reviewers
www.PacktPub.com
Customer Feedback
Preface

Creating a custom workflow in the Authoring Tool - exporting your unsealed management packs


We have seen how we can use workflows to send notifications or apply templates in the other chapters and earlier in this, but now we are going to take it one step further and create our own custom workflow. So when do you need to create a custom workflow? Well, you might want to do something else than applying a template or sending a notification, or you might want to target another class than the ones you are able to target from the console.

Getting ready

Make sure that you have completed the previous recipe, Exporting your unsealed management packs using SMLets, and that the Authoring Tool is installed and working properly.

How to do it...

In this example, we are going to create a workflow that takes a backup of all our unsealed management packs every day. To do this we will use the PowerShell script we created in the previous recipe as a base:

  1. Start the Service Manager Authoring Tool.

  2. Go to File and...