I am trying to execute the action: PowerShell - Run Script Block
with a wildcard in the Script Block field value.
Example of Script Block field value being used: .\partial*\path\with\wildcard\mytestps.1
Full Error:
The term '.\partial*\path\with\wildcard\mytest.ps1' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path as included, verify that the path is correct and try again.
At C:\Users\Administrator\AppData\Local\Temp\tempz_4483325711476630141951.ps1:4 char:17 + .\partial*\path\with\wildcard\mytest.ps1 <<<< + CategoryInfo : ObjectNotFound: (.\partial*\path\with\wildcard\mytest.ps1:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException