参考:https://4sysops.com/archives/driver-deployment-with-microsoft-deployment-toolkit-mdt-part-1-os-deployment/

架设有多种机型需要部署,可以做到一个任务序列即可自动识别相应的机型的驱动并加载。这相比于从所有驱动中pnp识别更精确,减少冲突。

驱动所在位置

MDT 2010驱动管理新方法。

The Out-of-Box Drivers folder showing two created sub-folders

组织驱动结构如下:

MDT 2010驱动管理新方法。

MDT 2010驱动管理新方法。

Note: The model folders above have to exactly match the model reported by each computer or driver installation will fail. If you would like to double check a model, simply run “wmic computersystem get model” from the computer in question.

注意:文件夹的名称需要和wmic computersystem get model结果一致。

以便安装过程中自动查询和匹配相应的文件夹内的驱动

其中Other文件夹可以用来放置第三方驱动。例如打印机扫描仪等通用的设备。

安装驱动可以分为两步1.加载特定机型驱动。2.加载通用第三方驱动

文件夹内的结构

MDT 2010驱动管理新方法。

接下来建立一个selection profile

MDT 2010驱动管理新方法。

Select the driver folder for model specific profileselect the driver folder for model specific profiles

 

MDT 2010驱动管理新方法。

Create a new “Set Task Sequence Variable”

MDT 2010驱动管理新方法。

 

Alter Inject Drivers task

相关文章:

  • 2021-12-02
  • 2022-12-23
  • 2022-01-04
  • 2021-06-23
  • 2021-06-15
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-09-22
  • 2021-09-03
  • 2021-08-08
  • 2021-12-15
  • 2021-10-07
  • 2021-12-11
  • 2022-12-23
相关资源
相似解决方案