PowerShell scripts not running after silent installation of ITPAM Agent
search cancel

PowerShell scripts not running after silent installation of ITPAM Agent

book

Article ID: 144133

calendar_today

Updated On: 10-18-2023

Products

CA Process Automation Base

Issue/Introduction

PowerShell scripts are not running on target Agent machine after silent installation.

Environment

Release : 4.3.X

Component : Process Automation

Cause

The below line in the documentation is not clear on the value to be set:  
-VsetPowerShellExecPolicy=
value
Specifies whether to run PowerShell scripts through CA Process Automation. The execution of PowerShell scripts on a Windows platform requires execution policy setting to "Remote Signed".

Resolution

You need to set the value "true" to parameter "-VsetPowerShellExecPolicy" in the silent installation script.

The value "Remote Signed" needs to set inside the PowerShell as below:
Set-ExecutionPolicy RemoteSigned

For detailed information on Silent Install of Agent, visit:

https://techdocs.broadcom.com/us/en/ca-enterprise-software/intelligent-automation/automic-process-automation/04-3-05/installing/install-and-configure/agents/silent-agent-installation.html