SCCM

Windows 10 God Mode – Easy Setup and Deploy

Windows 10 God Mode – Easy Setup and Deploy

God Mode for Windows is nothing new but have you got Windows 10 God Mode setup and do you want to deploy to end users? As you may have seen some time ago in this post, God Mode could be setup and used in Windows 7 and Windows 8.1 to give you a huge amount […]

Using Windows Expand Tool to Extract CAB Files

Using Windows Expand Tool to Extract CAB Files

If you are a regular user of downloaded CAB driver packs then you are probably using something like 7-Zip to extract them. Well there is an alternative way of extracting the CAB file using a basic Windows tool. Instructions Download your CAB file and make note of the file location. Then open a command prompt […]

Java Silent Installation and MSI Extraction Instructions

Java Silent Installation and MSI Extraction Instructions

There are two methods to deploying Java Clients, using MSI or Offline Installation files. This guide will step you through the process of gathering and using both. Offline EXE Silent Installation Instructions You will need to use the Offline Installer that is available from the Java website and then add on the parameters that you require for […]

Notepad++ MSI Installers

Notepad++ MSI Installers

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 […]

WinRAR Uninstall using SCCM or silent command line

WinRAR Uninstall using SCCM or silent command line

This guide walks you through a straightforward method to automate the uninstallation of WinRAR using SCCM, assuming your clients have installed WinRAR in the default location. There’s no need to create a package; you can simply use a Program command line. Uninstall Command Use the following command to silently uninstall WinRAR: You can push this […]

SCCM WQL Collection Query for All WinRAR Installations

SCCM WQL Collection Query for All WinRAR Installations

To automate the process of identifying all systems with WinRAR installed, you can create a custom collection in SCCM using a WQL (WMI Query Language) query. This will allow SCCM to dynamically populate the collection with any machines that have WinRAR installed, making it easier to manage and deploy your uninstall script. WQL Collection Query […]

SCCM Missing Boot Image Tabs

SCCM Missing Boot Image Tabs

If you’re encountering issues where the Boot Image tabs are missing in System Center Configuration Manager (SCCM), this guide will help you resolve the problem. The missing tabs can hinder your ability to manage boot images effectively during deployments. Common Issues You may notice that the Boot Image tabs are not visible under the “Boot […]

Silent Installation of FileMaker Using SCCM

Silent Installation of FileMaker Using SCCM

When deploying FileMaker across multiple machines, using a silent and unattended installation process can streamline the deployment and ensure consistency. This method is particularly useful for IT administrators managing large numbers of installations. Packaging FileMaker Before running the silent installation, you need to package the FileMaker installer. Ensure you have the Setup.exe file ready for […]

Clearing the SCCM Local Cache to Resolve Deployment Issues

Clearing the SCCM Local Cache to Resolve Deployment Issues

The SCCM local cache on a client computer is very helpful for straightforward deployments. However, if the machine encounters any issues during the deployment or download phase, problems can arise. The data downloaded to the SCCM local cache location could become corrupted or only partially downloaded. For instance, if a user disconnects their laptop from […]

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, […]

Setting the Local Computer Description During SCCM Task Sequence

Setting the Local Computer Description During SCCM Task Sequence

If you are using Configuration Manager (SCCM) to deploy your operating systems, you might want to set the local computer description during the task sequence phase. This is a straightforward process, and you can either manually input the computer name during the task sequence or use an HTA (HTML Application) at the beginning of the […]

Setting Computer Name Automatically During SCCM OSD Process

Setting Computer Name Automatically During SCCM 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 […]

Scroll to top