Notepad++ MSI Installers

Download and Use Notepad++ MSI Installer.png

As you may know, there is no native Notepad++ MSI installers available from the developers. However, MSI installers are excellent for using with deployment systems such as Microsoft Endpoint Configuration Manager (MEMCM), MDT, and Group Policy. We are happy to provide packaged MSI installers for Notepad++ and here you will find all the versions that … Read more

Updating Active Directory Computer Description Using SCCM and MDT

Updating Active Directory Computer Description Using SCCM and MDT

You may have seen our previous post on how to set the local computer description during SCCM OSD (Operating System Deployment). Now, with the help of a script and Microsoft Deployment Toolkit (MDT), we can take that local computer description and use it as the Active Directory (AD) computer description. Required Script To achieve this, … Read more

WSUS Regedit Fix

Microsoft Blue Logo

The WSUS Regedit Fix resolves update failures that occur during MDT or SCCM task sequences when using WSUS. This registry fix corrects the WSUS client settings that cause updates to fail or time out during OS deployment. Requirements Windows 10, Windows 11 or Windows Server SCCM or MDT for OS deployment Administrator rights For full … Read more

SCORCH runbooks not showing in SCCM or SCSM

system center

When you create a new System Center Orchestrator Runbook and you have checked it in ready to use, you may not see it in systems that will want to use it, like Configuration Manager, Microsoft Deployment Toolkit or Service Manager. This is due to authorisation cache not updating and as so, not showing the newly … 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

Setting Computer Name automatically during OSD Process using SCCM and MDT

Setting Computer Name automatically during OSD Process

We have been looking into getting our OSD process to automatically change the computer name to what we want it to be for a while now but never really had much luck with it. Reading various forums and blogs, many people have said to use WSNAME and many others saying use scripts, all of which … Read more