canhanhan / SMAAuthoring

Powershell ISE Addon for SMA integration for authoring automation runbooks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SMAAuthoring

The Powershell ISE add-on provides a vertical menu to testing and publish SMA runbooks easily. addon

Installation

Automatical

Install.ps1 will automatically create the folder structure, copy the files and add commands for importing the module to the profile file.

Manual

  1. Copy SMAAuthoring folder to Powershell Modules folder (either of following): * C:\Windows\System32\WindowsPowerShell\v1.0\Modules * C:\Users\username\Documents\WindowsPowershell\Modules

  2. Edit the ISE profile (Microsoft.PowerShellISE_profile.ps1) to import the module during each launch: - Import-Module SMAAuthoring

First Run

Test

  • Clicking to Test button will update draft of existing runbook and trigger a Test run.
  • If no runbooks were selected, it will create a new one.
  • Results of test will be shown in the output box. test

Publish

  • Clicking to Publish button will publish the last draft of the runbook.

About

Powershell ISE Addon for SMA integration for authoring automation runbooks


Languages

Language:C# 85.4%Language:PowerShell 14.6%