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.
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
We have had a number of people asking us how they can remove the annoying end of life message that Windows XP displays. There are actually two of them, one is a Windows end of life message that looks like this: The other is Microsoft Security Essentials end of life message that looks like this: … Read more
If you want to report on the servers that have not had a reboot in the last week within your Configuration Manager environment then you can run this query directly on your SQL database or you can use it to create a report within SSRS. How to create a Configuration Manager Report using SSRS SQL … Read more
If you want to report on the machines that do not have the ConfigMgr client installed within your Configuration Manager environment then you can run this query directly on your SQL database or you can use it to create a report within SSRS. The query is below and can be altered to fit your own … Read more
If you want to report on the versions of your ConfigMgr clients that you have within your Configuration Manager environment then you can run this query directly on your SQL database or you can use it to create a report within SSRS. How to create a Configuration Manager Report using SSRS The query is below … Read more
Sorry about the recent lack of updates on our site but we have been incredibly busy fixing “real world” IT issues! Its also the silly season for holidays so over the next month updates may be a little sparse but we will try our best! We recently came across a really good blog post by Daniel … Read more
We are pleased to announce the release of WillyTheWorm version 1.1. We have been playing with creating a few very basic retro games for a while now and although these are really only more than testers and nothing to get too excited about, we thought we would release them for you to play with anyway … Read more
We are pleased to announce the release of our first web browser codenamed DustyNet. DustyNet is a simple and easy-to-use web browser. It is lightweight and standalone so can you run direct from a single executable file and even from a USB stick. This is a second release so if you find any bugs or … Read more
We recently came across this excellent blog post about the configuration of distribution settings for Configuration Manager. We highly recommend that you read it if you have multiple remote distribution points as this may help to speed up the process of pushing out the packages. Controlling Concurrent Package Distribution