An open API service indexing awesome lists of open source software.

https://github.com/ynlamy/mdt-drivers-list-export

Windows command-line utility to export the drivers list in CSV format available in Microsoft Deployment Toolkit
https://github.com/ynlamy/mdt-drivers-list-export

mdt microsoft-deployment-toolkit

Last synced: 3 months ago
JSON representation

Windows command-line utility to export the drivers list in CSV format available in Microsoft Deployment Toolkit

Awesome Lists containing this project

README

        

# MDT Drivers List Export

Windows command-line utility to export the drivers list in CSV format available in Microsoft Deployment Toolkit.

```
Usage : mdt-drivers-list-export.exe [-d ] [-o ] [-f ]

-d, --deploymentshare : Deployment share (default: E:\DeploymentShare)
-f, --filename : Filename to export the drivers list in CSV format (default: %USERPROFILE%\mdt-drivers-list-export.csv)
-o, --os : Operating system name and version (default: Windows 10 x64)
-h, --help : Print this help screen
-v, --version : Print the version of the program and exit
```

This program have been created by Yoann LAMY under the terms of the [GNU General Public License v3](http://www.gnu.org/licenses/gpl.html).

![Preview](mdt-drivers-list-export.gif)