Powershell script does not execute when being run in a folder with special character, for example C:\Test'1. If I run the powershell command from there, there is no issue, but executing the ps1 does not work.
I tried it with multiple type of script, on multiple machines and always same behavior. As soon as I rename the folder to remove the special character, it works fine.