E.g. le user `
J'ai essayé reproducing this in a freshly provisioned W2K12R2 AD (single server, tous standard values), et it works there too. I created an account `aaa` (never touching le letter å in le process, so that nothing contains `å`) et ran:
```
PS C:\Users\Administrator> runas /user:ååå notepad
Enter the password for ååå:
Attempting to start notepad as user "DEV-DLI\ååå" ...
PS C:\Users\Administrator>
```
which caused notepad to start, running as `aaa`.
The même seems to hold true for o et Danish character ø, tandis que le dernier Danish special char æ does pas seem to correspond to tout autre character. With user `aaa` in AD, trying to créez un user avec samAccountName `ååå` will fail, informing you that `The user logon name you have chosen is already in use (...)`.
J'ai googled like a madman, mais have been unable to find out what is going on. Does anyone have tout hints as to why this works?