No description
Find a file
2024-04-30 20:58:42 -06:00
exclude.rcj initial commit 2024-04-30 20:58:42 -06:00
mdt-ds2usb.ps1 initial commit 2024-04-30 20:58:42 -06:00
README.md initial commit 2024-04-30 20:58:42 -06:00

MDT-DS2USB

What

Locally clones a Microsoft Deployment Toolkit Deployment Share, makes some changes, and then compiles it into an ISO which can be flashed to a USB Drive

Why

If you access a deployment share to reimage windows machines, a number of issues might prevent the machine in question from successfully imaging via pxe boot. In the event that you do not have sufficient permissions to edit the contents of the deployment share, you can build an ISO image locally which can be used to more reliably reimage the machine.

Requirements

Usage

mdt-ds2usb.ps1 "\\DeploymentShareHost\DeploymentShareDirectory" "output_iso_name.iso"