We have an issue where some of our clients attempt to login to our system using a / instead of a \ for the domain.
This ends up with them attempting to login as
computername\domain/username
Also if they forget the domain part they end up attempting to login as
computername\username
Is there a way to setup a computer so that any logins to it from remote desktop\remoteapp default to a domain username, rather than a local computer username?
Would be much simpler to have our users simply type in their username.
Even though training them to use domain\username is simple, trying to do phone support for when they did a forward slash instead of a backslash has become a nightmare.
While we don't use RDS, but regular workstations, we had a similar issue where the local machine is selected by default once imaging is complete.
When we image our workstations, I have a runonce script run at the end of the OSD task sequence that hacks the registry so that the preferred domain is selected by default on the login screen, then have the machine reboot:
Maybe this will help you?
Note: We're still using Windows XP, so I don't think this will help if you're using Vista or 7. Sorry :S
You could educate users to use the username@domainname format instead.
If this also happens to be the users actual email address, success rates tend to be much higher.
There is a registry edit that you can make on the Server your clients are RDP/RDC into. The registry key is located at: HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon The name of the key is "DefaultDomainName" Enter the name of your domain name inside this registry key and it will automatically select that when users try to login instead of selecting the Local Machine name in the "Log on to" field.
I searched around for a while for this so I hope it helps someone else.
Information on the registry key can be found at: http://technet.microsoft.com/en-us/library/cc939708.aspx