Windows Updates during SCCM OSD from Replica WSUS Servers

sccm logo

I have been asked to provide a solution to a situation where during SCCM OSD, they want to run Windows Updates across multiple sites worldwide using the local WSUS replica servers. So as an example, the main Headquarters office is in New York with the main WSUS server and then in Rome there is another … Read more

PXE Boot problems during SCCM OSD

sccm logo 600x400

I recently have had some issues with machines not PXE booting for me to be able to deploy an image to new machines. I couldn’t quite figure it out as all of our worldwide sites were working perfectly and the office I was working at was also working in one part of the building but … Read more

Install System Center Endpoint Protection (SCEP) During SCCM OSD Task Sequence Process

sccm logo

As stated in my previous post, I have been asked recently about installing Endpoint Protection (SCEP) during the SCCM OSD process. This is pretty easy to do and the knock on affect is that you also can have SCEP available to install from your Software Catalog. To prepare the SCEP software for deployment in your … Read more

Windows XP Sysprep ready for SCCM OSD Capture Guide

The Windows XP End of Life logo with four colored quadrants (blue, red, green, and yellow) on a black background, with the text "microsoft windows xp" below it.

This guide will show you what you need to do to capture a Windows XP Service Pack 3 image, which you can then capture and deploy using Configuration Manager.First of all, you need to create a full  image that is ready to be captured. This is usually best to install on a virtual machine using … Read more

Install drivers by computer model using WMI query during SCCM OSD Task Sequence

sccm logo

You can install drivers by computer model using a WMI script during the SCCM OSD task sequence. This means that when you deploy an image, the target machine will always get the full and correct drivers for the model, rather than getting mismatched drivers. This also speeds up the deployment process. To do this is very … Read more