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.
You may have seen our post recently about the WordPress plugin JetPack causing our site to crash due to massive resource usage. Well, as we had removed JetPack, we wanted another site stats plugin so we tried WP Statistics. This proved to be even worse, completely taking all our hosting down completely for 16 minutes … Read more
If you want to insert into your Word document, the total number of pages contained within it, then you can follow this simple guide to do this. In your Word document, click your cursor where you want the total number of page to be visible. Click the “Insert” tab on your Word ribbon: You then … Read more
You may have seen our previous post about changing a user mailbox into a shared mailbox in Exchange – but what if you want to do it the other way around and change a shared mailbox into a user mailbox? Well, see below…. There is a simple PowerShell command that you can run within Exchange … Read more
If you want to change a user mailbox in Exchange to a shared mailbox, then there is a simple powershell command that you can run within Exchange Management Shell (EMS) to carry this out. Just open up EMS and use this command: Set-Mailbox “user mailbox name” -Type:Shared where “user mailbox name” – is the name … Read more
If you need to create a shared mailbox in Exchange Server 2007, then you should first gather the following information about the mailbox: Mailbox Name Organisational Unit that the mailbox will sit in Mailbox Server/Database User Principal Name Once you have this information, you should start up Exchange Management Shell (EMS) and run the following … Read more
If you would like to run your own troubleshooting on Windows 10, then you can do this by going through the Control Panel and selecting the Troubleshooting option. To get into the Control Panel, simply right click on the Start Menu button at the bottom left and select Control Panel. When you open the Control Panel, … Read more
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