Author Archives: Brian Gonzalez
Display the WIM filename during Image Apply step Dynamically
Since there is no MDT built-in variable assigned with just the wim name, i had to create a seperate step to create the variable “OSDImageName”, which i then used in my standard image apply step. Here is what the Task Sequence looks like: Step Name Text: Expanding %OSDImageName% (%ImageSize%) to %OSDisk%\… And here is how… Read More »
SMSTS log file should be copied at end of EVERY MDT Task Sequence!
My First Chocolately Package [Approved] – BatteryBar
https://chocolatey.org/packages/BatteryBar Chocolately is like apt-get, but for Windows. My favorite thing about chocately is having the ability to reach out and update all of my packages with one command line “choco upgrade all”! Making the package took a bit of trial and error, but it was easy enough. It uses Powershell at it’s base and has… Read More »
Add MDT Selection Profiles for each Out-of-Box Driver Folder using a PowerShell Script
MDT Task Sequence’s Inject driver steps do not support specifying folders, so Selection Profiles are the defacto method for bridging this gap. Here is a script I created to ease the process of creating/importing multiple system drivers into MDT at once. If ran more than once, it will not create duplicate selection profile entries. /BG