How to pass parameters to powershell function from ecc queue payload
Hi All,I can find below examples of sending parameters from payload to PowerShell scripts as individual arguments. But I am not able to find sending parameters to function inside the PowerShell script like "function (param1, param2)"Please help me ...