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.
This is a guide on how to capture Microsoft Office updates from a machine and then use these captured updates to either streamline a fully updated installation of Microsoft Office, or it can be used with Configuration Manager to ensure that you are pushing out the software fully patched. The reason we started using this … Read more
If you want to go back to the past (and some people do!) and you want Windows Photo Viewer back in Windows 10, then there is a little tweak you can do to make it work. There is a simple registry edit that you need to make and that will make your images open in … Read more
There is an excellent Powershell download available giving you 52 operational collections within SCCM. You should go over to the link below and take a look: 52 SCCM Powershell Collections Full list of collections created using the Powershell script are: All Clients All Clients Active All Client Inactive All Clients R2 CU0 All Clients R2 … Read more
If you are trying to run a factory restore on an Acer computer, then there is a set of keyboards presses you need to enter during boot up to get into the recovery console. All you need to do is to press the LEFT ALT key and F10 during the post BIOS phase and the … Read more
If you use WSUS then you will be familiar with running Server Cleanup Wizard which is fine but what if you want to use Powershell? well, you can also use that to run the server cleanup on all your WSUS servers. By using Powershell you have the option to then automate its running using basic windows … Read more
You may have seen our previous post about adding a local user to a machine during SCCM OSD using a “Run Command Line”. Well in this guide we will show you how to add a local user into the Administrators Group on the local machine. This means that you can add a local user and … Read more
We recently had a request from someone wanting to know how to clear both their search and viewing history from YouTube. For whatever reason this can be handy to do this especially if you use YouTube at work – you don’t want your colleagues seeing the dodgy stuff you view on a weekend!! Instructions We have … Read more
If you have set up VMWare ESX you will find that it defaults to the evaluation version giving you 60 days of unlimited use. But, how do you apply your serial number? We have created a quick video below to help you with this easy process: Video Walkthrough – How to activate VMWare ESXi Serial … Read more
If you are using SCCM for your operating system deployments across different countries, then you may want to set the time zone within the task sequence. To do this, you can take advantage of the built in Windows tool call tzutil.exe. In this example we will set the time zone for a computer deployment based … Read more
If you are using WSUS in your environment then you should consider also using System Center Updates Publisher (SCUP) to inject 3rd party updates. You can use SCUP to inject any updates by creating them but also built into the utility are updates for Adobe, HP and Dell. This is great for pushing out updates … Read more
If you are using Windows Server Update Services (WSUS) you should enable, where possible, SSL. To do this is a fairly simple task but needs to be carried out carefully to ensure all your client machines talk to your WSUS server successfully. There is an excellent step by step guide with images here: Enabling SSL … Read more