PowerShell – Exception calling “Substring” with argument(s)
My colleague Rob (Check out his Blog here) and I have been hard at work creating a runbook in Orchestrator 2012 to automate account creation for our organisation. While looking at the process and running some tests, we found a flaw in the substring PowerShell command thanks to John Doe! The Error: $sn = “Doe”$sn.Substring( 0, […]