Practical IT Guides for Windows, SCCM & PowerShell Admins

TechyGeeksHome has been helping IT professionals and sysadmins since 2010. Find 1,500+ real-world guides covering Windows 10 & 11, Windows Server, SCCM/ConfigMgr, PowerShell scripting, Active Directory, networking, and virtualisation — all written from hands-on production experience by a UK IT pro with 26 years in the field.

How to Whitelist IP Addresses in Cloudflare: A Complete Guide for WordPress Site Owners

How to Whitelist IP Addresses in Cloudflare

Introduction: Why IP Whitelisting Matters In an era of relentless cyber threats, IP whitelisting in Cloudflare is a critical security measure for WordPress administrators. It ensures that trusted users—whether remote employees, developers, or API clients—can access your site without disruption, while blocking unauthorized traffic. This guide walks you through the exact steps to configure IP … Read more

Migrate from MySQL to PostgreSQL

close up photo of mining rig

The most popular open-source DBMS are MySQL and PostgreSQL, both have wide community of users, a wealth of administration tools and programming APIs. Despite the fact that both are highly competitive, many businesses long to migrate from MySQL to PostgreSQL for a variety of reasons. These include compatibility with a large range of indexing models, … Read more

How to Extend Virtual Hard Drive with a Recovery Partition in the Way

How to Extend a Virtual Hard Drive with a Recovery Partition in the Way

When trying to extend virtual hard drive, you might encounter an issue where the recovery partition is situated between the main partition and the unallocated space. Below is an example of this happening: This guide walks you through the process of safely removing the recovery partition, extending the main partition, and optionally recreating the recovery … Read more

PowerShell Script to Browse and Export Active Directory Security Groups

PowerShell Script to Browse and Export Active Directory Security Groups

Managing Active Directory (AD) security groups is a core task for administrators. This PowerShell script provides a user-friendly way to browse AD security groups, display additional options, and export group details to a file. Before using the script, make sure you have the necessary prerequisites in place. Prerequisites To successfully run this script, ensure the … Read more

Export Active Directory User Information to CSV Using PowerShell

Export Active Directory User Information to CSV Using PowerShell

Introduction For administrators working with Active Directory, exporting user information to a CSV file can be a powerful way to gather and analyze data. Using PowerShell, you can perform an LDAP search to retrieve details such as usernames, email addresses, last logon times, and more. Here’s a PowerShell script that defines a search filter, specifies … Read more

Essential Microsoft Word Shortcut Keys for Speed and Efficiency

Use Microsoft Word Shortcut Keys

Introduction Mastering Microsoft Word’s keyboard shortcuts can save you tons of time and make your workflow smoother. Here’s a comprehensive list of the most useful shortcut keys for quickly performing actions in Word. From simple text formatting to navigation and font adjustments, these shortcuts will help you work faster and more efficiently. MS Word Shortcut … Read more

Overwatch 2 Season 12: All Map Changes

Featured Overwatch Images 1

Overwatch 2 Season 12 has arrived. There are many map changes this time. These changes affect gameplay and strategy. Let’s break down what’s new and how it changes the game. Dive into Overwatch season 12 with a brand new Overwatch 2 account from U7BUY! King’s Row King’s Row has a few adjustments. The developers tweaked … Read more

Fixing OpenSSH.exe Issues After October 2024 Windows Server Update

2024 Windows Server Update OpenSSH Fix

Recently, after applying the October 2024 updates to a Windows Server, an issue was discovered with OpenSSH.exe. The problem occurred when attempting to start the OpenSSH service after the update. This post will explain the issue in detail and provide the solution. The Issue After applying the October 2024 update, a colleague encountered an issue … Read more

Schedule Windows Shutdown Using a Command Prompt

Schedule Windows Shutdown

Sometimes, you may need to schedule your Windows PC to shut down automatically after a set time, whether for system updates, batch processes, or just energy saving. Here’s a simple guide on how to do that using the Command Prompt. Prerequisites: Step-by-Step Guide 1. Open Command Prompt as Administrator To get started, you need to … Read more

FileZilla MSI Installer: Overview

FileZilla MSI Installers

FileZilla is a popular, open-source FTP client that allows users to transfer files via FTP, SFTP, and FTPS. For IT administrators, the FileZilla MSI installer provides a seamless way to deploy and manage FileZilla installations across multiple computers in an enterprise environment. This guide will walk you through the steps to install FileZilla using the … Read more