【软媒编译】SCONFIG - Server 2008 R2核心中的新命令

2009/7/9 11:32:20    编辑:Windows7之家 - Mary Jane     字体:【

Win7之家www.win7china.com):【软媒编译】SCONFIG - Server 2008 R2核心中的新命令

 跟Windows 7一样,Windows Server 2008 R2的开发也进入到了最后的阶段。

Windows Server 2008 R1:核心部署

在Windows Server 20008中,微软引入了核心部署的功能,在安装界面即可选择完全安装还是核心安装。

这样带来的到处就是要安装的补丁数少了、系统重启次数少了。不过这样的安装方式也并非一般用户可用,因为整个界面是只有命令行的、没GUI、没开始菜单....而是一种完全不同的机制。

不过,想要以这种方式来部署也不是什么不可能的事儿,按命令来就行了:

  1.  重命名计算机: netdom renamecomputer %computername% /newname:<new_computername>
   2. 加入主机网络: netdom join %computername% /domain:<domain> /userd:<username> /passwordd:*

易用性改进

就在Windows Server 2008 R1开发时,有一部分员工就在默默开发Hyper-V Server 2008的独立版本,同样也是基于命令行形式的。为了增强此界面的易用性,他们研发了一种名为HVCONFIG的配置形式。

Windows Server 2008 R2中的SCONFIG

在Windows Server 2008 R2中,为了进一步增强易用性,微软再次在SCONFIG的基础上进行了改进,并开发出了新的SCONFIG系统。有多简单呢,比如:

1. 重命名计算机: 选2再输入计算机名就行了
2. 加入主机网络: 选1再输入用户名密码就行了

详细如下:

   1. 加入主机网络
   2. 重命名计算机
   3. 远程配置 PowerShell、防火墙等
   4. 配置Windows Update
   5. 打开远程桌面
   6. 配置网络,DHCP 等等

附部分原文:

It's been very busy in the world of Windows Server. With the launch of Windows Server 2008 R2 Release Candidate, Tech Ed and the announcement of several new Hyper-V R2 capabilities such as 64 logical processor support and processor compatibility, it's been pretty non-stop. In fact, it's been so busy, that we haven't even had a chance to introduce one more really cool new feature in Windows Server 2008 R2, but first, some background.
....