Apr 27, 2016

Download and view SMSTS.log on a Virtual Machine

This post is about how to download and view the SMSTS.log file when imaging a Virtual Machine.  Viewing the SMST.log file helps you troubleshoot Operating System Deployment (OSD) steps when you run into issues.

Saving the SMSTS.log file on a physical machine is not that difficult because you can just attach a USB jump drive to the physical system and copy the log.  On a virtual machine you don't have this option because its virtual.

The first thing you need to do is "enable command support" on your PXE boot image ( You need to do this for both physical or virtual machines ).

In the SCCM 2012 console open "Software Library / Operating System / Boot Images".  Right click on your PXE boot image and open the "Customization" tab.  Check the "Enable Command Support" check box and click on the "Ok" button to save the change.

Apr 21, 2016

Software Updates not Installing during Task Sequence

I am having a problem where software update were not getting installed during the "Install Updates" step in the task sequence.  All the roles on my SCCM 2012 Server are configured correctly for software updates.  Updates are deployed correctly to the correct collection.  I know this because once the system completes imaging the updates that were not installed in the task sequence start downloading and installing automatically.

I was trying to build my gold image by using the default Build & Capture task sequence.  When the task sequence would come to the "Install Updates" step it would stop for about 3-5 minutes but never say downloading or installing updates.  After the 3-5 minutes, it would just go to the next step.  I also checked "Continue on Error" on the "Install Updates" step or the whole task sequence would error out.

This fix will work with any task sequence you create not just Build & Capture.

Create the additions steps like the task sequence pictured below.


By adding multiple "Install Updates" steps in the task sequence all your updates will get installed.  Certain updates depend on other updates before they can get installed.  Also the great amount of updates release will cause the "Install Updates" step to time out.

Apr 14, 2016

Java 8 Update 77 Upgrade

This post is for updating Java 8 (32-Bit) to the Update 77.  You will download the latest version of Java 8 copy to your server then download my custom install files.  These custom install files I created will make you installation simple.  They are easy enough to edit for future version of Java releases which happen every few weeks. HA HA

Download the latest version of Java. Make sure you select the OFFLINE version.



Run the install once downloaded and DO NOT complete the install but stop at the license agreement screen.


With the license screen still opened go to directory %UserName%\AppData\LocalLow\Oracle\Java\ . Open your correct version of Java directory that was just created by the installer.  Copy all the files in the directory to a shared directory on your server.  Once the files are copied you can click "Cancel" back on the Java license screen.


Once you have the files copied to your server share you will need a few more files.  Download the "Install.cmd" and MSI transform file below that I created.

Apr 13, 2016

Security Update for April released by Microsoft

Microsoft released the latest security updates for April.  There is five critical updates that should be installed immediately.   Please see Microsoft Security Bulletin for more details.

Apr 12, 2016

Importing Device Driver into SCCM 2012

This post will walk you through importing device driver into SCCM 2012 and adding these new drivers into your task sequence for use in operating system deployment

Create a folder named "Drivers" on a network shared to store all device driver in.  You can design your folder tree by device manufacture or by model depending on your needs.  An example is below.




Your going to have to go to the manufactures website and download all the drive that are needed for the model of system your imaging.  You have two options when determining which driver are needed. 

You can first image the device with no drivers and see which one are not included in your version of Windows and download the needed ones. 

Or you can download everything on the website that has driver in the title.

Once everything is downloaded you may have a folder tree as see below.



IMPORTANT NOTE:  Most manufacture usually have the driver packaged in a EXE or installer program.  You need to unzip the files from the packaged EXE file before the can be imported into SCCM 2012