I am creating Office 365 users using PowerShell, but if I use a password such as "Pa$$w0rd" whihc contains a '$' sign, I either get an error returned which says password is invalid (see screenshot 1 below)
...or I get a weird password assigned with part of the password and another piece of text from the syntax kind of thrown in the middle of the password (perhaps as some form of random password?) .. (see screenshot 2 below)
Is this a known issue?