@Infojoe Please try the latest dev branch. this should be fixed.
The issue was simple:
Basically the arguments are stored and from what I could tell, work, but when the HTML side would go to re-display it it would make an input value of:
value=" -Execution -File "[FOG_SNAPIN].PS1""Do you see the problem?
From HTML side, it would think the string ended at the first double quote.
This has been found and should be fixed in the latest dev-branch.