I\'m getting this exception when using Substring:
Exception calling \"Substring\" with \"2\" argument(s): \"Index an
Your first argument is that starting position in the string, and the second is the length of the substring, starting at that position. The expression for the 2 characters at positions 68 and 69 would be:
$parameter = $string.Substring(68,2)