We use a lot of Extended characters in passwords on our service accounts. I have a script that can change the service account password, but I've yet to figure out, via code, how to put extended characters in there. For example, the line of code I use in my script that changes the password is this:
However, let's say I'd like it to start with é (which is <Alt>130 How do I do this in the above code?
I did search the web and can't find anything. I sent the "scriptiing guys" this same question last week and they've not answered...anyone have any ideas? Thanks.