WSUS Installation Errors on Microsoft Server 2012

Windows Server 2012

We have recently been installing WSUS on a rebuilt Microsoft Server 2012 and found that although the role would install without any issue, when we tried to run the configuration wizard we were getting an error and in the log file it stated: “Config file did not contain a value “ContentDirectory”” So, first of all, … Read more

SCCM – Time Zone Codes

sccm logo

We have been carrying out some work on various HTA’s for SCCM OSD processes lately and that has included automatically setting time zones. We struggled to find a comprehensive list of the time zone settings so thought that we would share that information here. If you find anything that we may have missed, please let … Read more

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

SCCM – Windows 10 Sysprep Capture Errors

sccm logo

So today we built a new custom Windows 10 image on a virtual machine and created our new SCCM capture media from the very latest version and every single time we ran the capture it failed at the Sysprep step. Infuriated by this as we have done captures hundreds of times, we started the annoying method … 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

SCCM – 52 Operational Collections

sccm logo

There is an excellent Powershell download available giving you 52 operational collections within SCCM. You should go over to the link below and take a look: 52 SCCM Powershell Collections Full list of collections created using the Powershell script are: All Clients All Clients Active All Client Inactive All Clients R2 CU0 All Clients R2 … Read more

CCMClean

CCMClean Download

CCMClean is a free utility developed by TechyGeeksHome for completely removing the SCCM/ConfigMgr client from Windows machines. It goes beyond the standard ccmsetup /uninstall by cleaning up all registry keys, services, files and folders left behind. Requirements Windows 10, Windows 11 or Windows Server Administrator rights For full instructions see our guide: CCMClean — Completely … 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