0
The error says it all.
All you have to do is take the contents of pwdScript variable and examine it.
I think you haven't closed the double quotes at the end.
string pwdScript = "Set-ADAccountPassword -Identity \"" + usr + "\" -Oldpassword \"" + op + "\" -NewPassword \"" + np + "\"" ;