Have you ever has to remote into a machine or server only to get an error of "The terminal serve has exceeded the maximum number of allowed connections." (shown below)
This limitation set by Windows, but can be easily overridden by using the command prompt.
- Go to Start > Run
- Type mstsc.exe /console /V:[Server Name]
- Provide login credentials.
You will notice that the error will not occur, because you are logging into the machine or server in a different "Remote Desktop" mode.