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.
VMware vSphere HA (High Availability) is a feature that provides automated failover capabilities for virtual machines running on VMware vSphere hosts. When a host failure occurs, HA will detect it and restart the affected virtual machines on another available host in the cluster. If you are experiencing a failover error with VMware vSphere HA, there … Read more
Windows Installer Media (also known as Windows Installation Media) is a tool provided by Microsoft that allows users to create a bootable installation media for Windows operating systems. It can be used to install or upgrade Windows on a computer or device, and can also be used to troubleshoot and repair issues with an existing … Read more
To export PowerShell to CSV file, you can use the Export-Csv cmdlet. Here’s an example: This command gets a list of all running processes, selects the process name, ID, and CPU usage, and sorts the list by CPU usage in descending order. This command exports the data to a CSV file named “processes.csv” in the … Read more
I recently came across an issue that I had to diagnose where I needed to reset a device’s Group Policy settings. It wasn’t the easiest thing to find how to do, so I thought I would document it here in full step-by-step dummies guide method in case I need it in the future again. Group … Read more
If you have accidentally closed a Word document without saving it, or if Word has unexpectedly crashed or shut down, there are several ways you can try to recover an unsaved Word document: Look for auto-recovery files By default, Word saves a copy of your document every 10 minutes while you are working on it. … Read more
Having spent many years working with SCCM and looking for MSI installers to use for software deployment, I eventually wrote the MSI Downloader tool to help out others with getting hold of MSI installers. However, keeping the MSI versions up to date is a bit of a nightmare, and a lot of people, I know, … Read more
If you need to identify machines with specific software installed on a device but would also like to know whether they have a certain version of the stated software or below, then you can use the below query. This can help with software upgrades to identify machines that have not yet been upgraded. SCCM Collection … Read more
If you want to add a local machine user to your deployed machine during your SCCM OSD process then you can do this using a standard “Run Command Line” step. Instructions So, you need to add a “Run Command Line” step in your task sequence towards the end, after the Windows deployment and after the … Read more
Suppose you are having a problem with logging into a computer which is connected to a corporate domain and just getting a blank black screen, known as the Black Screen of Death (BSOD). In that case, you can follow this guide on how to resolve it and get your computer back into full working order … Read more
When using VirtualBox you may at some point enter Scale or Full Screen Mode and then wonder how the hell you get out of it again and get your menu toolbar back! Well the solution is very simple but not very clear. In the settings you will notice that mentioned a lot is the Host+(something) … Read more