SCCM Task Sequence failed due to package associated to the task sequence cannot be found

If you get an issue when trying to load a task sequence and you get the message that a package associated to the task sequence cannot be found, even when it looks like all packages are fully distributed, then you need to check out the SMSTSLog.log file that is on the machine that you are trying to deploy the task …

SCCM Task Sequence failed due to package associated to the task sequence cannot be found Read More

Orchestrator Runbook for Email Notification for ConfigMgr Software Catalog Requests [2020 Updated]

I’ve had a number of requests about how I created our email notification for requests for software made via our ConfigMgr software catalog. The solution is very simple and very basic, but until I get our Service Manager up and running (which does the job much better..), this is working for us so hopefully will help you to be it …

Orchestrator Runbook for Email Notification for ConfigMgr Software Catalog Requests [2020 Updated] Read More

SCCM Capture media in Windows x64 not working – FIX

We came across an issue today where the capture media (ISO) that we use to capture our newly created images would not load when running the TSMBAUTORUN.exe file from an explorer box. This was even more strange as it works fine for x86 versions of Windows. After some digging around, its to do with the autorun feature in x64 being …

SCCM Capture media in Windows x64 not working – FIX Read More

Deploying and registering OCX files using ConfigMgr 2012

I’ve been asked about deploying and registering OCX files, well this is how we do ours… Copy the INF and OCX files to a readily available location on the network. Also create two batch files (give the extension name of .cmd) with the following in each: Batch file 1 (File Copy): xcopy LOCATION_OF_FILES*.* “c:WindowsDownloaded Program Files” /e /c /i /g …

Deploying and registering OCX files using ConfigMgr 2012 Read More

How to deploy certificates for custom WSUS updates to client machines

As per previous posts on the blog for custom updates using WSUS, you have to make sure that your environment is set up correctly to allow these custom (local) updates to install on client machines. To make this work, you need to export your WSUS/SCUP self-signed certificate and make sure it is applied to all machines using Group Policy. There …

How to deploy certificates for custom WSUS updates to client machines Read More