Using the SCSM Authoring Tool
In this recipe, we will introduce you to the System Center 2016 Service Manager Authoring Tool, which we will use for subsequent recipes in this chapter.
Getting ready
The System Center 2016 Service Manager Authoring Tool is a separate product that is part of the System Center 2016 Service Manager Component Add-ons and Extensions. The Authoring Tool can be obtained as a free download from the following URL:
https://www.microsoft.com/en-us/download/details.aspx?id=54059.
You can install the Authoring Tool on Windows 8.1 and Windows 10, or on Windows Server 2012 R2 and Windows Server 2016. The Authoring Tool has some prerequisites that need to be installed prior to installing the Authoring Tool itself:
- .NET 3.5 framework
- .NET 4.5 framework
- Microsoft Visual Studio Shell 2008: https://www.microsoft.com/en-us/download/confirmation.aspx?id=19670
- Microsoft Visual C++ 2012 Redistributable (x86): https://www.microsoft.com/en-us/download/details.aspx?id=30679
Follow...