MDT Integration

MDT Integration

The first step is to copy my Packages into a directory in MDT (make sure this works with your Selection Profile

Once the files are copied, I can add the PowerShell script to the the Task Sequence

The following should be the Command line that gets used. Adjust accordingly

PowerShell.exe -ExecutionPolicy Bypass -File "%DeployRoot%\OSDDrivers\Deploy-OSDDrivers.ps1"

Last updated