Here you find info from the various breakout session I presented at Microsoft Ignite.

Links
TechNet Docs – Create a Windows 8.1 Reference Image
http://technet.microsoft.com/en-us/library/dn744290.aspx
TechNet Docs – Deploy a Windows 8.1 Image Using MDT 2013
http://technet.microsoft.com/en-us/library/dn744279.aspx
Building reference images like a boss!
https://deploymentresearch.com/Research/tabid/62/EntryId/174/Building-reference-images-like-a-boss.aspx
SQL Express Backup script from BRK2321
http://antonkallenberg.com/2013/11/21/using-powershell-to-backup-sqlserver-databases
Sample #1 – ConfigMgr 2012 R2 Task Sequence for build and Capture
Here is the ConfigMgr 2012 R2 task sequence for build and capture. Please note I still recommend using MDT 2013 Lite Touch in general to build the reference image for ConfigMgr. You find more details on why here:
The battle begins – Building the perfect reference image for ConfigMgr 2012
https://deploymentresearch.com/431/The-battle-begins-Building-the-perfect-reference-image-for-ConfigMgr-2012
Anyway, as you can see in the screenshot below, I have simply added instructions to reset the windows update list in between the various actions, to make sure the task sequence install all the updates. The command is:
WMIC /namespace:\\root\ccm path sms_client CALL TriggerSchedule "{00000000-0000-0000-0000-000000000113}" /NOINTERACTIVE

Sample #2 – MDT 2013 Lite Touch Task Sequence for build and Capture
Here is the MDT 2013 Lite Touch task sequence for build and capture. The script that resets the update list is found below:
Blog – ZTIWindowsUpdate.wsf does not install all patches
http://blogs.msdn.com/b/alex_semi/archive/2010/03/17/ztiwindowsupdate-wsf-does-not-install-all-patches.aspx (link via Wayback Machine, Internet Archive)
Script – DeleteListOfInstalledUpdates.wsf (zipped to DeleteListOfInstalledUpdates.zip)
http://web.archive.org/web/2014*/http://blogs.msdn.com/cfs-filesystemfile.ashx/__key/communityserver-components-postattachments/00-09-98-03-97/DeleteListOfInstalledUpdates.zip (link/file via Wayback Machine, Internet Archive)

Happy Deployment, Johan