updates | April 07, 2026

PowerShell adapter - Documentation for BMC Atrium Orchestrator Content 20.14.01

Before executing a script file or a console file for working-dir, prepend ./ before the script file name.
Example:samplescript.ps1 must be executed as ./samplescript.ps1.
The value for working-dir must not end with a backslash, however two backslashes are permitted.
Example:work-dir="c:\tempdir " or work-dir="c:\tempdir\\"