wsf commands. To
avoid this, make sure that when you open a command prompt to run these commands, you change
the current directory to %WINDIR%\System32 and run the command using CScript. For example, you
could run cscript.exe scregedit.wsf /AU 4.
Enable Remote Administration
Technically, you can already remotely manage your Server Core installation using the
Computer Management MMC snap-in; however, access via Terminal Services in Remote
Administration mode is disabled by default and you will need to turn it on if you want
that capability. To do so, go back to the scregedit.wsf script and run the following:
Scregedit.wsf /AR 0
Yes, that is a zero. This is actually designed in reverse logic. The 0 means you want to
enable Terminal Services in Remote Administration mode and 1 means you want to disable
it. If you want to manage your Windows Server 2008 instance from a previous Windows
version, you will need to allow these types of ???legacy??? connections explicitly, since
by default, a higher level of security is built around the Terminal Services in Windows
Server 2008, called Credential Security Service Provider (CredSSP). To allow terminal
service connections from a previous Windows version, run this command:
Scregedt.wsf /CS 0
If you set CS to 1, this forces Terminal Services to use CredSSP, which is currently
supported only by Windows Server 2008 and Windows Vista.
Pages:
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75