Print the password to the screen, it may not be passing what you think.

$Pwd = "abc123ê"
$Pwd ?


Or try using the CHR() code to send the special character

$Pwd = "abc123"+CHR(321) ; you need to check this value I just typed something in
_________________________
Today is the tomorrow you worried about yesterday.