热门关键字: 万能注册机  注册机  卡巴斯基  winrar注册机  STTV  nero  奇迹英语  优化大师

Server 2008远程终端管理功能参数变动

时间:2007-12-18 08:24:24  来源:注册机之家  作者:软件新闻

Windows Server中有非常强大的RDP终端管理功能,这几乎让管理员在远程能和坐在终端前一样地控制服务器,而在Windows Server 2008版本之前,利用RDP登录远程终端是并不能直接接管session 0的,终端管理仅仅是加了一个虚拟桌面而已,需要参数才可以搞定session 0 -- mstsc  /console.而在2008中,/console参数已经被去除掉了.这意味着在Windows Server 2008中,终端是一个无法交互的保留服务.

不过你可以使用最新的/admin参数来连接到Windows Server 2008服务器以进行管理,这一参数在RDC 6.1中被披露,支持如下系统:

Windows Server 2008
Windows Vista Service Pack 1 (SP1) Beta and RC
Windows XP Service Pack 3 (SP3) Beta and RC

本文来自注册机之家

原文:

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

引自www.zhuceji.org

•       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:

引自www.zhuceji.org

•       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: 引自www.zhuceji.org

•       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

引自www.zhuceji.org

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.

引自www.zhuceji.org

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:

引自www.zhuceji.org

•       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.


看完这篇新闻有何感觉

文章评论

共有 0位注册机之家成员发表了评论 查看完整内容

24小时热门信息