Set the PowerShell Execution Policy on the Cluster Nodes

The PowerShell execution policy on the head node, compute nodes, broker nodes, and workstation nodes needs to be changed from Restricted (the default setting) to RemoteSigned or to Unrestricted to enable the Operations Manager agent to run PowerShell-based scripts on the cluster.

To change the setting, run one of the following PowerShell commands on each node in the cluster:

Set-ExecutionPolicy –ExecutionPolicy RemoteSigned

-OR-

Set-ExecutionPolicy –ExecutionPolicy Unrestricted