SCCM Task Sequence Error – Can’t find script engine VBScript

sccm logo

We have recently started to have problems with running a CScript command in one of our SCCM task sequences where we send the local computer description to Active Directory to automatically set the Active Directory computer name description. It has always worked fine but seemed to have stopped working after the latest hotfix. So, after … Read more

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

Remove Deny Permissions from Exchange Mailbox using Powershell

5d05eb33135798a962e3199db1fa4a4c

If you are an Exchange administrator and are having trouble in accessing other mailboxes although you have full access, then you may find that you need to remove the “Deny” permission on the mailbox you are trying to access. Sometimes this can be your own account or maybe a group like “Domain Admins”. To check … 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

SQL Server Configuration Manager cannot connect to WMI provider fix

microsoft windows white logo

If you are getting this error message when you open SQL Server Configuration Manager in SQL Server: Cannot connect to WMI provider. You do not have permission or the server is unreachable. Note that you can only manage SQL Server 2005 and later servers with SQL Server Configuration Manager. Invalid namespace [0x8004100e] Then there is a … 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