Powershell Arg broke after submit from PHP
Until recently my PHP script calling a Powershell script with arguments was working fine, but now the string supposedly is in this format @("grp1","grp2") on the Powershell side it is now grp1 grp2 The echo on PHP's side before submission…