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.
If you are using Exchange and you want to see the list of folder sizes a mailbox has, you can open up Exchange Management Shell (EMS) and run the command below: Where: mailboxalias = The alias of the mailbox you want to get the folder sizes of Name = Name of the folder @{N=”FolderSize (MB)”;E={$_.FolderSize.ToMB()}} … Read more
If you are having issues on Windows 10 when opening File Explorer then you may find that when you go into Quick Access that it crashes. This is a problem with the links that are within your Quick Access so you need to clear these and this is how to carry that process out. Open … Read more
If you need to enable your Windows Telnet Client (like for use with our new Ultimate Settings Panel Tricks Panel) then it is a very simple process: For Windows 7: Click Start > Control Panel. Click Programs and Features. Click Turn Windows features on or off. In the Windows Features dialog box, check the Telnet … Read more
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
If you are using Outlook 2016, you my find that you come cross the following error when trying to open hyperlinks from within an email: Your organization’s policies are preventing us from completing this action for you. For more info, please contact your help desk. The first thing to note is that the error message … Read more
If you want to use the Microsoft Updates Catalog, then you may find that you come across an error with the add-on refusing to load like this: So to fix this you sure first of all make sure that you are using Internet Explorer and not Firefox, Chrome or even Edge. Then, if it still … Read more
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
Are you fed up of having to login to your Windows 10 computer everytime you boot up or restart? Well there is a simple way of turning this feature off allowing your machine to boot straight into Windows. All you have to do is follow the simple steps as per below and your machine should … Read more
If you are using Windows and you are receiving this error message: a required privilege is not held by client Then you can follow the guide below to fix this problem. Instructions This guide assumes that you are using Windows 10 although the process should be very similar if you are using Windows 8.1 or … Read more
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
If you are using Configuration Manager and want to run an SQL query on your database to count the number of different models you have in your organisation, you can use this SQL query below using SSRS to create a custom report: More Queries Our full range of SQL and WQL Collection queries are available here. … Read more
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