[ BUG ] Invoke-FalconDeploy
doesn't execute scripts specified in the File
parameter
#441
Labels
Invoke-FalconDeploy
doesn't execute scripts specified in the File
parameter
#441
Describe the bug
When using
File
with a PowerShell script (for Windows) or ZSH script (for Mac), the script is not started.To Reproduce
Invoke-FalconDeploy -File .\my.ps1 -HostId <id>
Expected behavior
Script should be executed.
Environment (please complete the following information):
Additional context
If you put the script in an archive and use
Archive
andRun
instead, it works as expected.The text was updated successfully, but these errors were encountered: