A Windows Powershell Program Type is not included in Applications Manager by default. This article details the steps to create a basic Program Type and Program Type script to run Powershell Jobs.
Release:
Component: APPMGR
1. Create 2 Program Type Scripts and place them in the %AW_HOME%\exec directory. The scripts should be as follows:
ps_script.bat
3. Create a simple test Powershell script and place in the %AW_HOME%\exec directory. Below is a simple script to echos out 2 parameters:
test.ps1