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
- Host: GitHub
- URL: https://github.com/ynlamy/mdt-drivers-list-export
- Owner: ynlamy
- Created: 2022-04-24T07:05:13.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-30T04:52:48.000Z (about 3 years ago)
- Last Synced: 2025-01-06T13:49:04.970Z (5 months ago)
- Topics: mdt, microsoft-deployment-toolkit
- Language: Pascal
- Homepage:
- Size: 57.6 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).
