PowerShell Tip –> Passing array as an argument to a Job/ ScriptBlock
Hi Readers, I was working on one of the scripts where I have used Powershell Job but it was failing. On researching I found the reason, which I am Sharing in this small post as a Tip 🙂 When passing an argument to a script block you can’t just pass-it as below: -ArgumentList $RSHHsp This will…