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.
We are pleased to announce the release of a new program called DomainWhoIs. This is a first version release so if you find any bugs, please report them to us using our support forums and we will get any issues sorted out as soon as possible. DomainWhoIs is a program that can search for Who … Read more
We have had a lot of people asking us about how to get into the Bluetooth settings in Windows 8.1 without having to go through the charms on the side. Basically, a lot of people want to access their Bluetooth devices and settings just like in Windows 7 – through a window. This guide has … Read more
If you are a Configuration Manager administrator, the chances are that you are using the Application Catalog to allow users to install their own software.A great feature of this is that you can put in specialist or licensed software and add a “Request” button. This means that your end users will only get the software … Read more
In Configuration Manager 2012, there is a section under the Monitoring ribbon called Distribution Status. This will give you a lot of information about your distributions and your distribution points. If you look at Distribution Point Configuration Status, this gives you a good understanding of whether your drivers, packages, applications and images have deployed correctly … Read more
If you want to report on machines that have Outlook archive (PST’s) on them, where they are and how big they are, then you can use this guide to create a report that will do this for you using Configuration Manager. First of all, you will need to tell your Software Inventory to look for … Read more
We have had a report that one of our WQL queries has not been working correctly, this is the one for devices that have Configuration Manager client installed but do not have System Center Endpoint Protection installed on them. The original post is here: WQL Query for Devices without Endpoint Installed So, we have looked … Read more
We have recently had problems with our global distribution points in ConfigMgr after the monthly content validation has happened. On some of our distribution points (not all) we are getting and error stating: “Failed to validate content hash” With our monitoring on the Distribution Point Configuration Status looking like this (click the thumbnails for the … Read more
If you installed Windows Server 2012 R2 Core and later realised you need a graphical interface, you can switch to the full GUI without reinstalling the OS. This guide shows you exactly how to install the GUI using PowerShell, including the required source files and common issues. Requirements Before you begin, make sure you have: … Read more
Powershell is becoming more and more important these days and the possibilities for using it are endless. However, there are also a large amount of very basic easy-to-use commands that you should add to your knowledge collection. We all pick up new Powershell commands that help us to do our jobs all the time so … Read more
If you are using Server 2012 R2 Core and you wish to join it to the domain, then you can use this simple Powershell command to do it. Add-Computer -DomainName YOURDOMAIN.COM -Credentials DOMAINUSERNAME -Restart Note that the -Restart command at the end will automatically restart your server once it has completed the joining process. Also … Read more
If you are using Windows 2012 R2 Core or if you just like using Powershell, then you may want to know how to enable Remote Desktop. To do this, you should go into your Core server where you should see a command box. In here, type in Powershell and press enter. This will open up … Read more
We recently have had issues with our Windows 7 operating system deployments seemingly not completing fully. We were getting the following issues: The ConfigMgr client was not fully installed – it was displaying the Site Mode as “Unknown” The ConfigMgr client was not picking up a certificate – it was displaying as “None” The _SMSTaskSequence … Read more