Install drivers by computer model using WMI query during SCCM OSD Task Sequence

sccm logo

You can install drivers by computer model using a WMI script during the SCCM OSD task sequence. This means that when you deploy an image, the target machine will always get the full and correct drivers for the model, rather than getting mismatched drivers. This also speeds up the deployment process. To do this is very … 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

Orchestrator Runbook for Email Notification for ConfigMgr Software Catalog Requests

A futuristic IT automation concept featuring a digital workflow diagram on a high-tech screen. The screen should display interconnected nodes representing an Orchestrator Runbook process, wit

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 … Read more

How to deploy certificates for custom WSUS updates to client machines

This image features a promotional graphic with a purple and teal design. It includes text that reads "Techy Geeks Home - Making it Happen" and "Deploy certificates for custom WSUS

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 … Read more

Cisco VPN Client Silent Installation for SCCM 2007 & 2012 Distribution

memorable business logo cisco 1024x507

Once you have downloaded and extracted your exe file for Cisco VPN Client, you will notice that there is a MSI file in there, this means that we can use this in SCCM 2007 as a package, or as a catalog item in ConfigMgr 2012. Just package up all the extracted files and use the … Read more

Updating Flash Player and Adobe Reader via Windows Updates Using SCUP and WSUS/SCCM

Updating Flash Player and Adobe Reader via Windows Updates Using SCUP and WSUSSCCM

Updating Flash Player and Adobe Reader across multiple machines can be streamlined by using System Center Update Publisher (SCUP) in conjunction with Windows Server Update Services (WSUS) and System Center Configuration Manager (SCCM). This method allows you to push updates through Windows Updates efficiently. Download and Install SCUP To get started, download and install System … Read more