If an Windows agent, installed in "C:\PROGRAM FILES" tries to execute a powershell script section set between UC_EXT_INTERPRETERS_WINDOWS tags, the job will abort. The Report will indicate that the powershell could not be created because it could not be created
===============================================
c:\>PowerShell -NonInteractive -ExecutionPolicy bypass -NoLogo -File C:\Program Files\WIN2105_A\Resources\0022\0002139002\0002139002_0001.ps1 Processing -File 'C:\Program' failed because the file does not have a '.ps1' extension. Specify a valid Windows PowerShell script file name, and then try again.Windows PowerShell Copyright (C) Microsoft Corporation. All rights reserved.
===============================================
Windows systems, all Windows agent are affected.
This error comes from the fact that the agent is not able to parse the path because of space character " " in the path name.
To workaround this problem in the VARA determining the powershell command to use the path parameter determining the path must be protected by setting it between double quotes.