PowerShell scripts are not running on target Agent machine after silent installation.
Release : 4.3.X
Component : Process Automation
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