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 Commands

powershell

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

Join Server 2012 R2 Core to your Domain

Windows Server 2012

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

SCCM 2012 Client Stuck in Provisioning Mode

sccm logo

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

Task Sequences types in Software Center – OSD or Application?

System Center Configuration Manager SCCM

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

DustyNet Web Browser v2.1 Released

DustyPad Version 2.1 Released

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