PowerShell Script Operation

Overview

The PowerShell Script operation can be used to execute one or more PowerShell scripts.

Technical Requirements

  • PowerShell needs to be installed on the host machine of the UNIFYNow Service installation

Usage

The PowerShell Script operation can be used at any point in an operation list to execute one or more PowerShell scripts.

The PowerShell Script operation is limited only by what is achievable in PowerShell.

Success / Failure Results

A failure result may be thrown if:

  • The PowerShell script contains incorrect syntax.
  • The PowerShell script itself fails.
  • The host does not have the correct permissions to execute the PowerShell script.

Configuration

In addition to the common operation configuration settings shared by all standard operations, the PowerShell Script operation requires the following by way of configuration:

Name

Description

PowerShell Script

The PowerShell script to be executed - see this for more details on implementation of PowerShell scripts.

Image 3563

Operation Standard Operation PowerShell

Is this article helpful for you?