MDT2010新功能(4)――自定义分发点文件夹结构

原帖地址:http://blogs.technet.com/mniehaus/archive/2009/06/27/mdt-2010-new-feature-4-folders-everywhere.aspx

In MDT 2008, you could define driver groups and package groups as a way of logically organizing the items that you imported into Workbench.  With MDT 2010, we have extended that so that you can now create an unlimited number of folders, set up in whatever folder hierarchy you want to use.  For example, here’s the structure that I created in my test environment:
在MDT2008中,你可以按照逻辑顺序来定义你的驱动组和包组。在MDT2010里,你可以更进一步,自由地创建文件夹,使用你所希望的文件夹结构。例如下面这张图那样



There’s nothing special about this folder structure �C you can choose to arrange items into whatever folder structure you want to use.  These folders are then used to control driver injection, package (patch) installation, boot image creation, and even the Deployment Wizard display.  More on those some other time.
你可以按照你自己的意愿,任意的组织文件夹的结构。这些文件夹将用于驱动的注入、安装包/补丁的安装、启动镜像的创建,甚至是部署向导显示。

To populate those folders, you can either move or copy existing items into them (no more “brain-dead UI” property pages that force you to check off the groups that a driver should belong to).  When you copy items, the item itself isn’t duplicated.  Instead, a new link is added to the existing item.  That means you effectively have the same item in multiple places �C if you modify the link (e.g. rename it or modify its comments) you’ll see the same modifications on the original item.
为了迁移到这些文件夹,你可以把已有文件移动或者拷贝。当你在拷贝时,文件并没有进行复制,二是创了了一个映射(快捷方式),反过来说,当你修改这个链接时,源文件也会发生相应的变化,也就是说这种改变是双向的。

Related to this “linking” logic, we do not allow you to have two items of the same type with the same name, even if those items are in different folders. All application names need to be unique; all task sequence names need to be unique; etc.  So if you see two items with the same name, you can be assured that they are links to each other.  (If you want absolute confirmation of that, look at the list view: it will show the GUID assigned to each item, and the GUIDs will be the same for each link.)  We do support specifying a display name for items like applications, so if you want two different items to show up as “Office 2007” you can do that.
正是由于这种链接的关系,我们不允许两个文件拥有相同的类型和相同的名称,即使他们在不同的文件夹里。所有的应用程序、TS名字必须是唯一的,等等。所以当你看到有两个一样的文件名时,就可以确认他们是链接的。

你可能感兴趣的:(职场,休闲,MDT2010)