Category Archives: SCCM

Customize Windows 10 Installations: Part 1 – Using OSBuilder

By | September 24, 2018
Share

OSBuilder updates Windows 10 source files offline with the latest cumulative updates, installs the DotNet 3.5 feature, and strips Windows 10 built-in metro applications. 1\Install OSBuilder module via the Powershell Gallery. https://www.powershellgallery.com/packages/OSBuilder/18.9.21.0 2\Run Get-OSBuilder to pull in the servicing stack, cumalative updates. 3\Mount a Windows 10 ISO and run Import-OSMedia. This task will pull the… Read More »

MY ZTIDefaultAssociations.wsf MDT Script for Force Applying File Associations in Windows 10

By | March 4, 2017
Share

GitHub Link: https://github.com/brianfgonzalez/Scripts/blob/master/ZTIDefaultAssociations.wsf <job id=”ZTIDefaultAssociations”> <script language=”VBScript” src=”../../Scripts/ZTIUtility.vbs”/> <script language=”VBScript”> ‘ // *************************************************************************** ‘ // ‘ // Copyright (c) Microsoft Corporation. All rights reserved. ‘ // ‘ // Microsoft Deployment Toolkit Solution Accelerator ‘ // ‘ // File: ZTIDefaultAssociations.wsf ‘ // ‘ // Version: 6.3.8443.1000 ‘ // ‘ // Purpose: Use Dism to force apply start… Read More »

Environment Variables set during the “Update Media” processing of MDT

By | January 25, 2017
Share

At the end of running “Update Media” for the 1st run or on any run with the “-force” argument passed, an update script can be called via the “LitetouchPE.xml” file. Here are the dynamic vars exposed that can be called via a custom script. ADKPath | C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit CONTENT |… Read More »

Display the WIM filename during Image Apply step Dynamically

By | November 30, 2016
Share

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 »

Silent GOBI 5000 (Sierra MC7355) driver installation with desired firmware

By | September 8, 2016
Share

*UPDATED* 2016/10/11 – Corrected file path for ftd.exe for Windows 7. *UPDATED* 2016/09/15 – Corrected FWUPDATE setting “OFF” to ensure no firmware is installed along with driver. Official Build 4316 download link: ftp://ftp.panasonic.com/computer/firmware/sierra_aircard_watcher_v3728_win_xp_7_firmware.zip Download, Extract and Update the “Configuration.ini”, so it doesn’t auto apply the Verizon FW and installs the driver in silent mode: [Default Values]… Read More »