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.

A journey through the Windows of Time

31

Call it evolutionary, revolutionary, contemporary, or just captivating. The world’s dominant OS has been the staple technology running millions of devices owned by individuals and businesses across the world over the last 3 decades. Millennial’s would remember growing up playing Minesweeper as their first PC game and probably cannot imagine a world without Windows. Let’s … Read more

How to setup Microsoft Outlook

outlook blue logo

With Microsoft phasing out Windows Live Mail, to access your email you will need to use either an Internet browser via outlook.com or configure your Microsoft Outlook program. To set up your email in Outlook you will need to use the Exchange ActiveSync/Outlook.com online protocol and also know the details that you will need to … Read more

SCCM WQL Query – All Windows 10 Installs

ssc 0

If you are using Configuration Manager and you want to create a collection based on all Windows 10 installations, you can use this WQL query below: select SMS_R_SYSTEM.ResourceID, SMS_R_SYSTEM.ResourceType, SMS_R_SYSTEM.Name, SMS_R_SYSTEM.SMSUniqueIdentifier, SMS_R_SYSTEM.ResourceDomainORWorkgroup, SMS_R_SYSTEM.Client from SMS_R_System where SMS_R_System.OperatingSystemNameandVersion like “%Microsoft Windows NT Workstation 10%” You can change the “%Microsoft Windows NT Workstation 10%” to create collections … Read more

SCCM WQL Query – No ConfigMgr Client Installed

ssc 0

If you are using Configuration Manager and you want to create a collection of all devices that do not have the Configuration Manager Client installed, then you can use this WQL query: More Queries Our full range of SQL and WQL Collection queries are available here. Feedback If you have any questions or feedback about this post, or … Read more