Invoke Power Shell : AuthorizationManager Check Failed

How to solve AuthorizationManager failing for Invoke Powershell activity ?

Root Cause: The issue generally occurs if

  • Either the PowerShell script file that is being called in the command is blocked by Windows
  • or the PowerShell command refers to a module that is blocked
  • or one of the out of box MID Server PowerShell script is blocked.



Resolution: Unblock the script file in the file property.

To unblock multiple files, use the commands below:

dir 

ls scripts -recurse | unblock-file