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.
CredSSP Error Breaks Remote Desktop Connections
You may have come across a problem when trying to connect remotely to a server using remote desktop connection. If you are receiving a CredSSP error like the one below: Then the chances are you have this update: CVE-2018-0886 – which seems to be from March 2018 but we have only just started to see … Read more
Nordgreen Watch Review
I have always loved a good watch. Even when I was young I always had a watch, from digital ones with games on to those ones with the calculator on them (anyone remember those?!). As I grew up I went through phases of liking a whole range of modern watches, however, I now wanted something … Read more
WordPress Speed Up – Remove Query Strings From Static Resources
You may have seen in our previous post that we have been working on getting our WordPress blog sped up and we had done this by carrying out the steps in this awesome guide by Kinsta. Well, one of the last things that we had to carry out that was still being picked up as … Read more
WordPress Speed Optimisation
Over the last few weeks we have been experiencing a lot of speed issues on our blog so it was time for us to run some WordPress speed optimisation. This has been due to a number of factors but we thought that it was time to sit down and go over a complete overhaul of … Read more
Windows Server 2016 – Disable Server Manager on Startup
I don’t know about you, but Server Manager loading up every time I login to a Windows Server 2016 machine drives me nuts! This is especially annoying when using my lab as most of the hardware is just old bits of kit that is not being used in production any longer. In older versions of … Read more
Powershell – Export Active Directory User Last logged on information to CSV
If you want to export all your Active Directory users last logged on information, you can carry this out using Powershell and then exporting to CSV format. Guide First of all, you will need to import the ActiveDirectory module if you have not already done so. To do this, just open up a Powershell command … Read more
How to create a MDT Package within SCCM
As a SCCM administrator you are probably fully aware that you have a lot of power available to you when carrying out deployments using task sequences. But you can add even more options to SCCM task sequences by adding Microsoft Deployment Toolkit (MDT) integration. This gives you a load more options during a task sequence … Read more
SCCM – Full list of web security proxy exceptions
When using Configuration Manager, you may find that some things may not work fully if you are also behind a web security proxy service. We came across this problem recently where the Asset Intelligence Point was being blocked from contacting the internet due to web security. This caused this error in our Configuration Manager Console: … Read more
Powershell – Export all members of all AD Security Groups to CSV
Powershell is an awesome tool and can help IT professionals in gathering information in a split second whereas otherwise it could take hours manually. We were recently asked to carry out a number of tasks for information gathering for annual housekeeping. The tasks were varied but were made up of information from Active Directory and … Read more
Exchange Shell – Get all shared mailboxes with primary SMTP
We recently received a request to provide a project manager with a full list of all shared mailboxes with their primary SMTP addresses that were in Microsoft Exchange. To do this is a pretty straight forward task using Exchange Management Shell (EMS). Just go ahead and open your EMS and run the following command: This … Read more
Import Active Directory Powershell Module
If you want to use Active Directory modules for Powershell then you can will need to run the commands to import the required module and then install the RSAT tools. To do this, open up an elevated Powershell command box and run the following command to import the Server Manager module: Import-Module ServerManager Once that … Read more