When you use Remote Desktop Connetion (Start->Programs->Accessories->Communications->Remote Desktop Connection) to remote into an XP machine you get connected to the console session. I could not find a way to connect to the console session of a Win2K3 server using the Remote Desktop Connection UI Options button.
The trick is to use the command line with the /console argument.
mstsc /v:servername /console
Here is the help from MSDN.
Creates connections to terminal servers or other remote computers, edits an existing Remote Desktop Connection (.rdp) configuration file, and migrates legacy connection files that were created with Client Connection Manager to new .rdp connection files.
mstsc.exe {ConnectionFile | /v:ServerName[:Port]} [/console] [/f] [/w:Width /h:Height]
mstsc.exe /edit"ConnectionFile"
mstsc.exe /migrate
To connect to the console session of a server, type:
mstsc /console
To open a file called filename.rdp for editing, type:
mstsc /edit filename.rdp
Courier font
Related Topics