Windows Server 2008 Core Remote Administration
Jun 30th 2007Desmond LeeWindows Server 2012/ 2008 R2/ Server Core
You can remotely manage a Windows Server 2008 Core machine using Terminal Services client or Remote Desktop Connection on a Windows Server 2003/2008 or Windows Vista machine.
By default, remote access is disabled on Server Core. You can verify this setting and change it as follows:
C:\>cscript C:\Windows\System32\SCregEdit.wsf /AR /v
Microsoft (R) Windows Script Host Version 5.7
Copyright (C) Microsoft Corporation. All rights reserved.System\CurrentControlSet\Control\Terminal Server fDenyTSConnections
View registry setting.
1where 1=disabled, 0=enabled
C:\>cscript C:\Windows\System32\SCregEdit.wsf /AR 0
Microsoft (R) Windows Script Host Version 5.7
Copyright (C) Microsoft Corporation. All rights reserved.Registry has been updated.
C:\>cscript C:\Windows\System32\SCregEdit.wsf /AR /v
Microsoft (R) Windows Script Host Version 5.7
Copyright (C) Microsoft Corporation. All rights reserved.System\CurrentControlSet\Control\Terminal Server fDenyTSConnections
View registry setting.
0
Even if you do not explicitly connect to Server Core in console mode e.g. mstsc /console, only one live (console) connection is possible at any one time. The resulting interface will be the familiar Server Core command prompt (no surprise there). Type logoff at the command prompt to end the current session.
Technorati tags: Longhorn, Windows Server Core 2008



