Welcome to MSDN Blogs Sign in | Join | Help

Changes to Remote Administration in Windows Server 2008

This article describes the differences between Windows Server 2003 and Windows Server 2008 when you use the Remote Desktop Connection (RDC) client to remotely connect to the server for administrative purposes.

 

In Windows Server 2003, you can start the RDC client (mstsc.exe) with the /console switch to remotely connect to the physical console session on the server (also known as session 0). In Windows Server 2008, the /console switch has been deprecated. (For more information, see the “Why the /console switch is no longer needed” section of this article.) In Windows Server 2008, session 0 is a non-interactive session that is reserved for services.

 

You can use the new /admin switch to remotely connect to a Windows Server 2008-based server for administrative purposes. The /admin switch is introduced with RDC 6.1. RDC 6.1 is included with the following operating systems:

       Windows Server 2008

       Windows Vista Service Pack 1 (SP1) Beta and RC

       Windows XP Service Pack 3 (SP3) Beta and RC

 

Note   RDC 6.1 (6.0.6001) supports Remote Desktop Protocol (RDP) 6.1.

 

RDC 6.1 does not support the /console switch. However, for backward compatibility, you can use the /admin switch to connect to the physical console session on a Windows Server 2003-based server. For example, to connect from a Windows Vista SP1 RC-based client to the physical console session of a Windows Server 2003-based server, you can run the command mstsc.exe /admin.

 

If you try to use the /console switch with the RDC 6.1 client, the behavior is as follows.

 

 

Scenario

Behavior

You type mstsc.exe /console at the command prompt, and then connect to a remote server that does not have Terminal Server installed.

The /console switch is silently ignored. You will be connected to a session to remotely administer the server.

 

(For more information about the Windows Server 2008 behavior, see the “Behavior when you connect to a server that does not have Terminal Server installed” section of this article.)

You type mstsc.exe /console at the command prompt, and then connect to a remote server that has Terminal Server installed.

The /console switch is silently ignored. You will be connected to a standard Remote Desktop session that requires a Terminal Services client access license (TS CAL).

In the RDC client UI, you specify Computer_name /console in the Computer box (where Computer_name represents the name of the remote computer to which you want to connect), and then click Connect.

You receive the following error message:

 

“An unknown parameter was specified in computer name field.”

In the .rdp file, you specify /console in the “full address” property, and then try to start the Remote Desktop connection.

You receive the following error message:

 

“An unknown parameter was specified in computer name field.”

In the .rdp file, you specify the “connect to console” property, and then start the Remote Desktop connection.

The property is silently ignored. You will be connected to a session that requires a TS CAL.

As a developer, you programmatically call the put_ConnectToServerConsole function or the get_ConnectToServerConsole function of the IMsRdpClientAdvancedSettings interface.

The function fails, and returns S_FALSE.

 

 

Why the /console switch is no longer needed

 

In Windows Server 2003, starting a Remote Desktop session by running mstsc.exe with the /console switch is used for the following reasons:

       To connect to session 0. Some applications install and run only in session 0 because they need to communicate with services that run in session 0, or display UI that is displayed in session 0.

       To connect back to an existing session on the physical console. Because the physical console session in Windows Server 2003 is always session 0, the only way that you can reconnect to this session is by using the /console switch.

 

In Windows Server 2008, the /console switch functionality is no longer needed for the following reasons:

       Improved application compatibility ensures that legacy applications that need to communicate with services in session 0 will install and run in sessions other than session 0. Additionally, if the service that is associated with an application tries to display UI in session 0, a built-in capability in Windows Server 2008 and in Windows Vista enables the user to view and to interact with the session 0 UI from the user’s session. Windows Server 2008 session 0 is a non-interactive session that is reserved for services. Therefore, there is no need for a user to have to explicitly connect to this session.

 

Note   For more information about session 0 isolation in Windows Vista, see “Impact of Session 0 Isolation on Services and Drivers in Windows Vista” (http://go.microsoft.com/fwlink/?LinkId=106201).

 

       Because the physical console session is never session 0, you can always reconnect to your existing session on the physical console. Reconnecting to your existing physical console session is controlled by the "Restrict Terminal Services users to a single remote session" Group Policy setting, available in the Computer Configuration\Administrative Templates\Windows Components\Terminal Services\Terminal Server\Connections node of the Local Group Policy Editor. You can also configure this setting in the UI by using Terminal Services Configuration. (The Restrict each user to a single session setting appears under Edit settings, in the General section.)

 

Behavior of the /admin switch

 

You can start the RDC 6.1 client (mstsc.exe) with the /admin switch to remotely administer a Windows Server 2008-based server (with or without Terminal Server installed). However, if you are connecting to remotely administer a Windows Server 2008-based server that does not have the Terminal Server role service installed, you do not have to specify the /admin switch. (In this case, the same connection behavior occurs with or without the /admin switch.) At any point in time, there can be two active remote administration sessions. To start a remote administration session, you must be a member of the Administrators group on the server to which you are connecting.

 

Behavior when you connect to a server that does not have Terminal Server installed

 

If you (as a member of the Administrators group on the destination server) start a Remote Desktop session to a Windows Server 2008-based server that does not have the Terminal Server role service installed, the following behavior is true for the remote administration session:

       Time zone redirection is disabled.

       Terminal Services Session Broker (TS Session Broker) redirection is disabled.

       Plug and Play device redirection is disabled.

       The remote session theme is changed to Windows Classic.

       Terminal Services Easy Print is disabled.

 

Behavior when you connect to a server that has Terminal Server installed

 

If you (as a member of the Administrators group on the destination server) start a Remote Desktop session to a Windows Server 2008-based server that has the Terminal Server role service installed, you must specify the /admin switch to connect to a session to remotely administer the server. The following behavior is true for the session:

       You do not need a TS CAL to connect remotely to administer a terminal server.

       Time zone redirection is disabled.

       Terminal Services Session Broker (TS Session Broker) redirection is disabled.

       Plug and Play device redirection is disabled.

       The remote session theme is changed to Windows Classic.

       Terminal Services Easy Print is disabled.

 

Developer resources – Changes to APIs

If you are using RDC 6.1, you can no longer use the ConnectToServerConsole property of the IMsRdpClientAdvancedSettings interface to specify whether the Remote Desktop ActiveX control should attempt to connect to the server for administrative purposes. Instead, you must use the ConnectToAdministerServer property of the IMsRdpClientAdvancedSettings6 interface to connect to the physical console session on a Windows Server 2003-based server, or to the session that is used for administrative purposes on a Windows Server 2008-based server.

For more information about the ConnectToServerConsole property, see http://go.microsoft.com/fwlink/?LinkId=106203.

For more information about the ConnectToAdministerServer property, see http://go.microsoft.com/fwlink/?LinkId=106204.

Published Monday, December 17, 2007 5:46 PM by termserv
Filed under: ,

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS

Comments

# Geek Lectures - Things geeks should know about » Blog Archive » Changes to Remote Administration in Windows Server 2008

# re: Changes to Remote Administration in Windows Server 2008

I'm still sad that TS Gateway won't be included in Vista.

Tuesday, December 18, 2007 4:48 AM by anonymous

# re: Changes to Remote Administration in Windows Server 2008

Oops..I meant RemoteApp.

Tuesday, December 18, 2007 4:49 AM by anonymous

# Los cambios de administración remota en Windows Server 2008

Este es un resumen del articulo publicado en Terminal Services Team Blog , en donde se describen las

Tuesday, December 18, 2007 8:55 AM by Get-Help | Get-Geek

# New Terminal Services switch /Admin

In this Blogpost , the terminal server team explains the reasons why the /console switch has disappeared

Wednesday, December 19, 2007 2:48 AM by Eric Denekamp

# re: Changes to Remote Administration in Windows Server 2008

what is "physical console"? without this I couldn't understand most of the article?

Thursday, December 20, 2007 7:29 AM by Anonymous

# re: Changes to Remote Administration in Windows Server 2008

OK, this isn't the first time I've seen this information, but every time I read it I still think, why?

I understand how /console works behind the scenes, having worked with the rdesktop source, but as an administrator I really don't care.

I'm currently evaluating Windows Server 2008 both as a desktop and testbed server platform and still administering Win2003 systems. I get sick of having to remember which platform I'm on and which platform I'm connecting to and having to remember which command foo to invoke, such that I've now got a script to do it for me. So much for technology advances making life simpler.

I get the sense that some PM has dreamt this up without actually understanding what the end user wants.

An admin really doesn't give a toss if the session is session 0 on a Win2003 box or a console-related session on Win2008. The admin just wants access to the console-related session. /console is the well-known semantic for this. There's no need to stuff with this, and the mstsc.exe and termsrv.dll code should know what action to take and perform the necessary hook-up.

Thursday, December 20, 2007 8:04 AM by stryqx

# re: Changes to Remote Administration in Windows Server 2008

It's not very clear to me from the article, so I'm hoping someone can answer.

Currently in Windows Server 2003, we can actually have 3 TS sessions -- 2 normal ones plus the console, which has come in handy on occasion when 2 administrators have accidentally left sessions running. One can always usurp the console session, which is often easier than trying to use TS Manager to disconnect the other admin sessions.

Is this still the case in 2008 or are there now really only 2 sessions?

Thursday, December 20, 2007 12:48 PM by David

# re: Changes to Remote Administration in Windows Server 2008

Windows Server 2008 supports 2 active and infinite number of disconnected admin sessions.

When connecting to a machine that already has 2 active sessions, you can choose to disconnect one of active sessions.

Note: The user you disconnect won't be logged off and his applications continue running.

Thursday, December 20, 2007 6:21 PM by Sergey Kuzin

# Changes to remote administration in Windows 2008

The Terminal Services Team blog has a good post about these changes. One of the most obvious changes

Thursday, December 20, 2007 6:31 PM by My Local Notes to Myself and Others...

# Changes to remote administration in Windows 2008

The Terminal Services Team blog has a good post about these changes. One of the most obvious changes

Thursday, December 20, 2007 6:33 PM by My Notes to Myself and Others...

# re: Changes to Remote Administration in Windows Server 2008

Sergey,

Thank you for the info. That sounds like a really well done change.

Saturday, December 22, 2007 6:15 PM by David

# re: Changes to Remote Administration in Windows Server 2008

It seems, that code generated with Vista SP1RC doesn't work on XP SP3RC. My understanding is, that both should have the same Version (6.1) of RDC. Setting the "ConnectToAdministerServer" property on XP SP3RC raises a AccessViolationException: "Attempted to read or write protected memory. This is often an indication that other memory is corrupted".

With Vista SP1RC it works fine!

Any ideas?

Thursday, December 27, 2007 7:31 AM by Stefan Koell

# re: Changes to Remote Administration in Windows Server 2008

Perhaps the title of this post should be "Microsoft decreases the number of concurrent remote admin connections in windows 2008"

That's a lot more important than the functionality "gain" that is presented.

The main use my team has with the 3 sessions is troubleshooting issues on the servers.  To limit the number of concurrent sessions simply cripples these efforts.

The added functionality of allowing more disconnected sessions seems like a good way to waste more memory.  Perhaps this is good, I'm just pointing out a side effect.

Also, I'm struggling to understand the benefit of changing the command line switch for GUI based tool?

Sorry for the sarcasm, this "enhancement" is frustrating.

Wednesday, January 09, 2008 10:26 PM by Jesse

# re: Changes to Remote Administration in Windows Server 2008

Agreed with most of what's already been posted: apart from the console switch already being a bit of a PiTA for a GUI app (why not a checkbox on the interface?), I can't see the point in effectively renaming it. Why not simply keep it as is, but only make it do anything when connecting to 2003 servers?

Wednesday, January 16, 2008 7:13 AM by David

# Laatste Nieuws 2007

Bron: bink.nu Uit testen blijkt dat Windows Server 2008 RC0 erg veel sneller is dan de voorganger Windows

Saturday, January 19, 2008 8:25 AM by Laatste Nieuws 2007

# re: Changes to Remote Administration in Windows Server 2008

Will the Remote Desktops snap in be enhanced the same way as mstsc.exe?

I use an mmc preconfigured with all my systems with a configuration for the console connection. I use this console for a majority of all my adminstrative work.

Thursday, January 24, 2008 3:49 PM by Howard Jares

# re: Changes to Remote Administration in Windows Server 2008

Forcing users, even admins in this case, to relearn a command for no good reason is really a waste of everyone's time.  There is no reason that Server 2008 couldn't just interpret the /console switch as "/admin" and be done with it.

Even better for users (admins) is that Microsoft in their wisdom will either silently ignore the switch (CLI) or posting a vague error, “An unknown parameter was specified in computer name field.” (GUI).  

If we REALLY have to change the switch, which I'm obviously not convinced makes sense at all, then wouldn't it be a nice idea to print out the usage parameters rather than fail silently, or in the GUI, I dunno, provide a link to a local help file that explains these changes?

I can understand that from Microsoft's point of view this should help some application run better than rely on being run in session 0, and I've seen a handful of such applications; however with 5 years of time for application vendors to correct the issue, this change seems to be a bit late.

In regards to the 3rd terminal server connection, I agree that is was definitely useful and I've even seen some instances where, especially SBS users, would use these 3 connections as a mini-terminal server.  These chahnges allow Microsoft to properly wring out every last cent...  err license features to those who need it.  

Seriously though, to a user (or again admin most likely for this case), the only potential benefit is that you might not break a handful of applications that require session 0, everything else is an annoyance.  i.e. relearn command switches, lose 3rd remote session, lose ability for small customers to use server for a handful of remote users without having the complexities with licensing etc. involved with running terminal services in application mode.

From a customer's point of view, I'd give this a C+ and only because of the handful of applications that should benefit from session 0 no longer being redirected.  Outside of that one benefit, from a customer's point of view, this new 'feature' is a FAIL.

Sunday, February 10, 2008 1:40 PM by Rich Balazsi

# re: Changes to Remote Administration in Windows Server 2008

The problem with this change is there are MILLIONS of 2003 Servers out there and exactly ZERO 2008 Servers out there.  In point of fact, 2003 will be the defacto standard server for MANY years to come just as 2000 was for some time after 2003 shipped.  Furthermore, there is NO slient ignoring of /console, it whines that it isn't a valid switch but provides no explanation.  This is based on Vista Ultimate SP1 (MSDN download of SP1).  There's no reason that /console can't still work other than you've broken yet another option in RDP that many of us have used for many years.  Time to find an open source RDP client or go to VNC and dump RDP all together for server adminitration.

Friday, February 15, 2008 2:33 PM by Brian Bergin

# re: Changes to Remote Administration in Windows Server 2008

'/console' equal 'connect to console:i:1' option in rdp file.

Now, What option is '/admin' in rdp file ?

Monday, February 18, 2008 1:54 AM by Yoshihiro Kawabata

# re: Changes to Remote Administration in Windows Server 2008

So which PM got this change passed?  How is changing this going to make things better?  If you have no GUI, /console would get you to session 1 instead of 0, just do it gracefully in the background.  Don't make changes just to justify your job!

I'm still pissed with the RDP v6 client trying to remember the username and domain for the last connected server, and I can't find a way to disable it!  Do not append FQDN names to the front of a user account - it just won't work!  It doesn't match the domain name internally (remember .local or .dom, never use .com), or the machine name.

Monday, February 18, 2008 3:37 AM by Anony206

# re: Changes to Remote Administration in Windows Server 2008

I understood the rdp file option for /admin.

/console = "connect to console:i:1"

/admin = "administrative session:i:1"

Monday, February 18, 2008 8:29 PM by Yoshihiro Kawabata

# re: Changes to Remote Administration in Windows Server 2008

Just want to ditto Rich Balazsi comment though I'd rate it a C-, this "feature change" feels more like another new headache with 2008.

Tuesday, February 19, 2008 7:09 PM by Kevin Knight

# re: Changes to Remote Administration in Windows Server 2008

This really suck, wasted hours before I figured this one out...

It is an arrogant move to not make the new option backwards compatible, and just another try at FORCING Vista and soon Windows 2008 down peoples throat...

You should have left the /console option, windows 2008 could easily have ignored this..

Poor job you guys.

Thursday, February 21, 2008 4:21 PM by Michael Møller

# re: Changes to Remote Administration in Windows Server 2008

I have to agree with a couple of other people who have posted. Regardless of the under-the-hood changes that have been made, would it not make sense to retain the name of the switch as /console, or just support /console and /admin? Making a well known and established switch not work, and fail silently, seems like the actions of someone who has never actually had to use remote desktop in their day to day work as a system administrator. I cannot work out why it is necessary, except to satisfy someone's sadism in inflicting idiotic changes on system administrators.

Thursday, February 21, 2008 8:50 PM by Snert

# re: Changes to Remote Administration in Windows Server 2008

Perhaps the question is with all the "positive" feedback here, one must wonder if MS even cares at all.  As with http://blogs.msdn.com/ts/archive/2007/01/22/vista-remote-desktop-connection-authentication-faq.aspx?CommentPosted=true#commentmessage where they got no positive feedback either, it seems like MS has decided that changes that no one likes are acceptable and are becoming common place.  It's like they sit around and ask themselves, 'hey, what can we do to irritate another block of customers today?' and then they brain storm and come up with the most annoying and idiotic changes one could possible envision.

I'm perfectly happy with RDP 5.2 on Vista and won't use 6.0 or 6.1 until MS listens.  The problem is they just don't care and make no $ off the RDP client so they have ZERO incentive to honour the wishes of customers.

Friday, February 22, 2008 11:42 AM by Brian Bergin

# re: Changes to Remote Administration in Windows Server 2008

WHY!?!?!

Monday, February 25, 2008 10:33 AM by Pissed off Admin

# Windows Server 2008: Zmena v RDP z hlediska administrace serveru

Windows Server 2008: Zmena v RDP z hlediska administrace serveru

Monday, February 25, 2008 12:59 PM by Martin Pavlis - KPCS CZ, s.r.o., www.kpcs.cz

# /console depreciated after Remote Desktop Client 6.1

just upgraded my Windows Vista machine to Vista SP1 RTM and found the changes while I was terminal-servicing

Wednesday, February 27, 2008 6:36 AM by Rexiology@MSDN

# /console depreciated after Remote Desktop Client 6.1

crosspost from http://blogs.msdn.com/rextang just upgraded my Windows Vista machine to Vista SP1 RTM

Wednesday, February 27, 2008 6:37 AM by Rexiology::Work

# /console depreciated after Remote Desktop Client 6.1

just upgraded my Windows Vista machine to Vista SP1 RTM and found the changes while I was terminal-servicing

Wednesday, February 27, 2008 7:34 AM by Noticias externas

# re: Changes to Remote Administration in Windows Server 2008

So this blog is documenting the changes to Windows Server 2008, and why "/console" is no longer needed in the new server.  Fine.

Unfortunately, the /console option behavior was removed from the CLIENT.  So if I use the new client to connect to a Windows Server 2003 server, I STILL can't use /console.  Forget the fact that there really, really, really is a physical console session on Windows Server 2003.

I'm agreeing with the other posters.  Symbolically, /console==/admin.  Session 0 is an irrelevant implementation detail.  The client should either give an error to the user for /console, or support both options with the same behavior, or both.

The decision to remove support for the "hidden" admin connection isn't such a big deal, but I can understand the cause for complaint.  Instead there is the benefit that *no* sessions get logged out when a 3rd (4th) logs on, they just get disconnected (user switching).  That's a pretty neat feature, and based on many admin usage patterns it may even be a lot more important.

Wednesday, February 27, 2008 11:29 PM by John D

# re: Changes to Remote Administration in Windows Server 2008

I regularly use "Remote Desktops" from the Windows 2003 Admin pack to connect to upwards of 20 virtual machines at the same time everyday (because it's far easier than haing 20 separate windows open). Much of these need access to the console while I am logged in.

Having just installed Vista SP1, I can no longer do this. Is there an updated version of Remote Desktops? If not, I see this change as a serious FLAW in windows 2008 AND Vista SP1.

Thursday, February 28, 2008 5:14 AM by Mark

# Los cambios de administración remota en Windows Server 2008

Este es un resumen del articulo publicado en Terminal Services Team Blog , en donde se describen las

Friday, February 29, 2008 9:04 PM by GustavoG

# re: Changes to Remote Administration in Windows Server 2008

I regularly use "Remote Desktops" from the Windows 2003 Admin pack  ---- where is the updated version /....?

Monday, March 10, 2008 8:57 PM by dan

# re: Changes to Remote Administration in Windows Server 2008

Its' really anoyng, i'm using a third party rdp-tool thats uses the /console switch but not the /admin switch.

I'm using this tool to connect to approx 50 Win2003 Server and are not able to connect to the consol-session anymore.

I just trough out the windows my new notebook with Vista SP1 and use my old notebook with XP further.

I don't think that on this way MS can bring us admins to use Vista SP1.

Bring a fix for this immediatly

Sunday, March 23, 2008 3:27 PM by Michael

# re: Changes to Remote Administration in Windows Server 2008

I see that RDC 6.1 has been released for Vista (SP1), Windows XP 32-bit (SP3 - Ok, nearly) and Server 2008 (RTM).

Is there a release for Windows Server 2003, and/or for Windows XP 64-bit?  SP2 is still RDC 6.0, so is there an updated RDC for those operating systems?  At least that way I will be using the same version on all four OS!

Thursday, March 27, 2008 6:39 PM by Richard G

# OSX

The OSX version of RDC says: "This beta version of Remote Desktop Connection is out of date. You are using a beta version of Remote Desktop Connection Client for Mac 2.0. We recommend upgrading to the final release version. You can download the latest version of RDC at http://www.microsoft.com/mac/"

BUT THIS IS A LIE! There is no final release version on the M$ site. Why are you implementing a timeout and don't offer at least a replacement version?

Because of this annoying message, my .rdc files for various connections do not work anymore, RDC only remembers the login credentials of a single server now.

PLEASE PLEASE PLEASE offer at least a timeout-fixed version if you are not able to provide a final version.

Monday, March 31, 2008 10:18 AM by OSX

# re: Changes to Remote Administration in Windows Server 2008

Dear OSX, I am the program manager for Mac RDC from Microsoft. Apologies for the inconvenience that the beta expiration message caused you. My team is heads down working to get the final version out for you guys as soon as possible. Please see my post at the Mac Mojo blog http://www.officeformac.com/blog/. In the meantime, it is possible to continue using the beta2 build by simply dismissing the beta message. Other than this message at launch, your copy of Mac RDC beta2 remains fully functional. Thank you for being patient with us!

-David Liu

Program Manager, MacBU, Microsoft

Monday, March 31, 2008 12:44 PM by David Liu

# re: Changes to Remote Administration in Windows Server 2008

I'm using Windows Vista (Client) and 2003 (Server). However the bug (or feature?) for playing/recording audio on the remote hardware is still not fixed. It is annoying that the workaround to log on the console (where I can both play and record audio files on the physical sound driver) will not work any longer -- my Vista client does not support "/console" while my 2003 server does not support "/admin".

How can I play / record audio remotely?

Is the only way to remove SP1 on my Vista client?

Will this be the end of my Media Services Installation, or should we offer silent films again?

Saturday, April 05, 2008 8:18 PM by sage

# re: Changes to Remote Administration in Windows Server 2008

After 3h of work, recreating all .rdp files and reinstalling the sound driver on the server it finally seems to work now. I can connect to my server and record/playback sound in the console session again :-) But why this unneccessary patchwork?

Sunday, April 06, 2008 5:26 AM by sage

# re: Changes to Remote Administration in Windows Server 2008

Anyone have an idea how/when the Remote Desktops admin feature will support using the TS Gateway to connect to servers?

Thanks,

Steven

Thursday, April 10, 2008 9:13 PM by Steven

# re: Changes to Remote Administration in Windows Server 2008

Sage can you please explain to us what kind of patchwork did you do to enable audio in RDP please as I am suffering the same issue.

Thanks

Thursday, April 17, 2008 11:43 AM by Lion

# re: Changes to Remote Administration in Windows Server 2008

Who dropped the ball on this one? Removing the /console switch is just plain stupid. Release an update and add it back. I'll be uninstalling Vista SP1 from computers for the rest of the afternoon.

Thursday, April 24, 2008 2:23 PM by Philip

# re: Changes to Remote Administration in Windows Server 2008

Really stupid change. Don't know what backward compatibility means Microsoft? You leave the /console switch and ignore it for new target platforms. I really hope the people deciding this get a kick in their a*****.

Sunday, April 27, 2008 9:59 AM by Javier

# re: Changes to Remote Administration in Windows Server 2008

For the people that don't want to remove Vista SP1 or XP SP3 just replace the new TS files with the old ones. The two needed files AFAIK are mstscax.dll and mstsc.exe, and you can find them on system32 dir (XP).

Sunday, April 27, 2008 10:07 AM by Javier

# how to install win 2008 Terminal Server

can any one help with the step by step to configure win 2008 Terminal server

Tuesday, April 29, 2008 9:29 AM by fmjjunju

# re: Changes to Remote Administration in Windows Server 2008

This was a poorly thought out plan.  The changes break most 3rd party RDP utilities.  Why not leave /console as a valid switch and just interpret as /admin where applicable?  Lame job by the MS team.

Thursday, May 01, 2008 4:36 PM by Steve

# re: Changes to Remote Administration in Windows Server 2008

BTW, i have opened up a feedback item on MSFT Connect:

https://connect.microsoft.com/WindowsServerFeedback/feedback/ViewFeedback.aspx?FeedbackID=341289

This silly OVERSIGHT by the MSFT team has became one of the most requested "features" in my 3rd party application (Terminals):

http://www.codeplex.com/Terminals/WorkItem/View.aspx?WorkItemId=14694

Saturday, May 03, 2008 6:08 PM by Rob Chartier

# Changes to Remote Administration in Windows Server 2008

This was a bad decision. /console no longer works on XP SP3.

Do you guys have any idea how much sysadmin time is going to be wasted because of this idiotic decision?

Do you think those system admins will be happy or upset?

Monday, May 05, 2008 10:15 PM by KC

# re: Changes to Remote Administration in Windows Server 2008

This seems to break the tsmmc.msc snap-in.  The snap-in version of RDP now ignores "Connect to console" check box in the individual server properties.  Now that I am running SP 3 on XP, I can no longer connect to server consoles using the snap-in.  Microsoft wants me to pay for a support call when I try to report it.

Tuesday, May 06, 2008 5:58 PM by Dave Baker

# re: Changes to Remote Administration in Windows Server 2008

I am using the Remote Desktops snap-in from the Windows 2003 Server Admin Tools, just like many other Admins here, to connect to several servers to the console, Session 0.  I don't think that Microsoft realized what problem this will present, not to also issue an update for this tool at the same time when the issued Service Pack 3 for XP.  Millions of admins around the world will be really, really mad!

I have to waste time to re-configure all my remote connections now using the Remote Desktop included with XP, which I don't like because it doesn't offer me the same efficiency and speed in my remote work on the servers.

Thursday, May 08, 2008 2:39 PM by Ionel Popa

# re: Changes to Remote Administration in Windows Server 2008

@MS: When can we expect a separate install for the new RDP client for XP (without SP3!) and WinServer below 2008? We use RDP for administration throughout our company, and we do have lots of prepared .RDP file with the /console switch inside. Wehen we chage this to /admin we need to have update all clients (and again, we do not want to upgrade to XPSP3 now).

Wednesday, May 14, 2008 4:34 AM by rbu

# re: Changes to Remote Administration in Windows Server 2008

So "/admin" replaces /console", but what replaces the following .rdp-file argument;

connect to console:i:1

?

I've changed all my shortcuts from /console to /admin, but I don't know what to add to my rdp-files (which uses no shortcuts, hence no command line arguments.)

Thursday, May 15, 2008 9:05 AM by James Bond

Leave a Comment

(required) 
required 
(required) 
 
Page view tracker