积极答复者
请教!使用MDT2010的系统任务序列中,如何添加一个设置计算机名的任务?

问题
答案
-
MDT有个Sysprep and Capture的选项,用这个来抓镜像就会移除标准系统的特有信息包括计算机名。Sysprep的主要作用就是将标准系统的信息删除。
Sysprep Technical Reference
http://technet.microsoft.com/en-us/library/dd744263(v=ws.10).aspx这样一来在镜像中就没有计算机名了。
在用WDS和MDT部署时都可以自动命名计算机。简单的方法如:
Set the Computer Naming Policy
http://technet.microsoft.com/en-us/library/cc771624(v=ws.10).aspxCOMPUTERNAME=serialnumber IN MDT
http://social.technet.microsoft.com/Forums/en-US/mdt/thread/a307ec36-b482-45ee-aaa3-3ae1cae0ef39如果你想用别的命名规则,就要借助脚本。在用MDT和SCCM部署时都可以启用命名脚本。脚本例子:
Incremental Machine Naming In MDT
http://www.beakersoft.co.uk/2010/03/11/incremental-machine-naming-in-mdt/Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ”
- 已标记为答案 wxysystem 2012年6月19日 12:30
全部回复
-
MDT有个Sysprep and Capture的选项,用这个来抓镜像就会移除标准系统的特有信息包括计算机名。Sysprep的主要作用就是将标准系统的信息删除。
Sysprep Technical Reference
http://technet.microsoft.com/en-us/library/dd744263(v=ws.10).aspx这样一来在镜像中就没有计算机名了。
在用WDS和MDT部署时都可以自动命名计算机。简单的方法如:
Set the Computer Naming Policy
http://technet.microsoft.com/en-us/library/cc771624(v=ws.10).aspxCOMPUTERNAME=serialnumber IN MDT
http://social.technet.microsoft.com/Forums/en-US/mdt/thread/a307ec36-b482-45ee-aaa3-3ae1cae0ef39如果你想用别的命名规则,就要借助脚本。在用MDT和SCCM部署时都可以启用命名脚本。脚本例子:
Incremental Machine Naming In MDT
http://www.beakersoft.co.uk/2010/03/11/incremental-machine-naming-in-mdt/Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ”
- 已标记为答案 wxysystem 2012年6月19日 12:30