How to Change the Hostname of a VMware ESXi Host (2026)

VMware ESXi Hostname

Changing the hostname of a VMware ESXi host is a task you will encounter when building out new infrastructure, replacing servers, or correcting naming conventions. While straightforward, it requires care in production environments as it affects DNS resolution, vCenter connectivity and SSL certificates. This guide covers all three methods — ESXi Host Client, vSphere Web … Read more

How to Slipstream Windows Updates into Installation Media (2026)

slipstream windows updates

Slipstreaming is the process of integrating Windows updates directly into installation media so that when you deploy Windows the updates are already included. This guide covers how to slipstream updates into Windows 10, Windows 11 and Windows Server installation media using DISM and NTLite in 2026. What is Slipstreaming? When you download a Windows ISO … Read more

How to Enable the “End Task” Right‑Click Option in Windows

End Task in Windows

When a program freezes in Windows, the usual solution is to open Task Manager and manually end the process. While effective, this takes several steps and can feel frustrating when you just want to close an unresponsive app quickly. Windows includes a hidden but official feature that lets you end a task directly from the … Read more

Active Directory Password Expiring Email Notification

Active Directory Password Expiring Email Notification

Does your 1st line help desk get fed up of having to reset end users passwords “because they didn’t know their password was expiring?” Well, let us show you a way that you can utilise System Center Orchestrator (SCORCH), PowerShell and Active Directory Web Services (ADWS) to email all end users a few days before … Read more

PowerShell — Get All Users in an Active Directory Group (2026)

PowerShell Get All Users in AD Group

Getting a list of all users in an Active Directory group is a common task for IT administrators — for audits, access reviews, licence management and security checks. This guide covers how to get all members of an AD group using PowerShell, including nested group members, in 2026. Get All Members of an AD Group … Read more

DNS Explained — How the Internet’s Address Book Works (2026)

DNS Explained

Every time you type a website address into your browser, DNS (Domain Name System) silently translates that human-readable name into an IP address your computer can use to connect. Without DNS you would need to memorise a string of numbers for every website you visit. This guide explains how DNS works, the different types of … Read more

SCCM Software Deployment in 2026: Step-by-Step Mastery

SCCM software deployment complete step by step guide for ConfigMgr 2026

Microsoft System Center Configuration Manager (SCCM), now part of Microsoft Endpoint Configuration Manager, is the industry standard for deploying and managing software across enterprise Windows environments. This guide covers everything you need to know about SCCM software deployment in 2026 — from application creation to troubleshooting failed deployments. What is SCCM Software Deployment? SCCM software … Read more

Windows 11 Language Packs — How to Download and Install (2026)

How to download and install Windows 11 language packs using DISM Windows Update and VLSC 2026

Unlike Windows 10, Microsoft does not provide direct offline language pack downloads for Windows 11. Instead, language packs are distributed through Windows Update, the Microsoft Update Catalog, or via VLSC for enterprise customers. This guide covers all available methods for installing Windows 11 language packs in 2026. Windows 11 Language Pack — What Has Changed … Read more

CCMClean — Completely Remove and Repair the SCCM Client (2026)

CCMClean — Completely Remove and Repair the SCCM Client

If you have a Configuration Manager client that is not working correctly, the tell-tale signs are missing tabs, missing selections under the Actions tab, and incorrect or missing information on the General tab. Standard fixes like ccmsetup.exe /uninstall often fail to fully clean the client — leaving behind WMI corruptions and registry entries that cause … Read more

Windows 10 Language Packs Offline Download (Full Guide 2026)

Windows 10 Language Packs

Are you looking for Windows 10 language packs offline download options in 2026? This guide shows you how to download, install, and troubleshoot language packs without relying on Windows Update. If you need offline downloads for Windows 10 language packs for use with Group Policy, DISM, SCCM or even directly with Windows, then there is … Read more

How to Enable SMBv1 in Windows Using PowerShell

Create a wordpress featured image for a article titled Enable SMBv1 using PowerShell

SMBv1 is an outdated and insecure file‑sharing protocol that Microsoft deprecated years ago. Modern systems should avoid SMBv1 entirely, and in most environments it should remain disabled. However, there are still rare situations – usually involving legacy hardware, old NAS devices, or outdated embedded systems – where enabling SMBv1 temporarily becomes necessary. This guide explains … Read more