SCCM OSD Fails with Error 80220005 at the “Apply Windows Settings” step

sccm logo

If you are trying to deploy an operating system using SCCM and you are getting an error 80220005 at the “Apply Windows Settings” step, then there can be two reasons for this. One is that the computer name that you are trying to give to the machine is over 16 characters long and will cause … Read more

SCCM Distribution Point Pre-Requisite Powershell Script

sccm logo

If you are setting up some distribution points for Configuration Manager (SCCM) then you will need to ensure that you have all the correct server features installed and also the correct firewall ports opened. To do this, we have created a quick PowerShell script to carry this all out for us. To download this script … Read more

How to Capture Microsoft Office Updates

Office Capture updates

This is a guide on how to capture Microsoft Office updates from a machine and then use these captured updates to either streamline a fully updated installation of Microsoft Office, or it can be used with Configuration Manager to ensure that you are pushing out the software fully patched. The reason we started using this … Read more

DP PXEBoot Speed Up Tool

System Center

The DP PXEBoot Speed Up Tool reduces PXE boot times on SCCM Distribution Points. This utility optimises the PXE response configuration to significantly speed up the boot process during OS deployment. Requirements SCCM / Microsoft Endpoint Configuration Manager Distribution Point with PXE enabled Administrator rights For full instructions see our guide: DP PXEBoot Speed Up … Read more

SCCM – Set Time Zone During OSD

sccm logo

If you are using SCCM for your operating system deployments across different countries, then you may want to set the time zone within the task sequence. To do this, you can take advantage of the built in Windows tool call tzutil.exe. In this example we will set the time zone for a computer deployment based … Read more

System Center Configuration Manager PKI Setup

sccm logo

If you are looking at setting up your System Center Configuration Manager (SCCM) with PKI, then there is an excellent step by step guide that you can follow from SCCMGuy. The link to this guide is below: https://sccmguy.com/2013/11/26/pki-certificates-for-configuration-manager-2012-r2-part-1-of-4-web-server-certificate/ We have used this in the past our various labs and it details well what you need to … Read more

SCCM OSD – “A required device isn’t connected or cannot be accessed”

sccm logo 600x400

We today ran into an issue where our SCCM OSD PXE boot was not working. It was coming up with a very confusing message stating: “A required device isn’t connected or cannot be accessed” This led us to start looking at the hard drive and the drivers, however, the solution was completely different. The problem … Read more

Restart SCCM OSD Task Sequence within Windows PE

System Center Configuration Manager SCCM

If you want to restart SCCM OSD Task Sequence from within Windows PE without having to reboot the machine and start the PXE boot sequence again, you can quickly press F8 to bring up a command prompt and enter the following command: x:smsbini386TsmBootstrap.exe /env:WinPE /configpath:x:smsdata This will then restart the task sequence process for you … Read more

Show Distribution Point in use during Task Sequence

sccm logo 600x400

We recently came across issues where our Configuration Manager Operating System Deployments (OSD) where running extremely slowly and we could not figure out why. After some investigation, we found out that one of our remote Distribution Points (DP) was not working correctly and that rebuilds on one of the sites where actually pulling the image … Read more

Orchestrator Not Showing Newly Created Folders or Runbooks

Missing SCORCH Runbooks

This is a re-post of a guide that we posted about two years ago, but this happened to us again thisweek so thought it would be good to share again… We ran into an issue where our newly created folders and runbooks in Orchestrator were not showing up in our SCCM (MDT) Execute Runbooks task … Read more

SQL Reporting Services Error – Maximum request length exceeded

system center

When running or trying to create a large report in SSRS, you may come across an error stating the below: Error 2: There was an exception running the extensions specified in the config file. Maximum request length exceeded. It took us a while to figure this one out but it is actually very simple. After … Read more