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.
We were recently talking to a friend about EA Access subscription and he said that it is a nightmare to cancel the subscription once you have activated it. Well we have had a look into it and it seems fairly straight forward to us but thought we would write up a quick post about how … Read more
To enable an inactive add-in that keeps unloading on restart in Outlook you should follow these steps: First shut down Outlook, then uninstall the software providing the add-in from your machine. Then go into regedit whilst logged in as the affected user and go to the following location: HKEY_CURRENT_USERSoftwareMicrosoftOffice15.0OutlookResiliency Delete the REG_BINARY keys found in … Read more
This post details how to setup Outlook client for use with online mail services. This is just a quick reminder for ourselves and is taken from the Microsoft website but feel free to use this information. Gmail accounts Before you can add a Gmail account to Outlook, you’ll need to Prepare your Gmail account for … Read more
We have had a few requests from visitors to our site asking how they an activate Windows XP. Well, the simple answer is, you can’t and you should upgrade to Windows 10. However, saying you can’t is not quite right… As most of you will already know, Microsoft have ended support for Windows XP some … Read more
To inject Windows Updates into custom-built images that you are using in your Configuration Manager OSD environment, you may find that keeping them up to date is a real problem. If you are happy with the image itself and do not want to make any changes to it, why should you need to rebuild and … Read more
If you are using Exchange in our organisation and have dynamic distribution groups, you may want to get all the information about the individual users within these distribution groups and also list their email addresses. To do this, open up an Exchange Management Shell console and run the following script: $group = Get-DynamicDistributionGroup –identity “yourDL” … Read more
We have had a few people ask us how we wrap our code snippets on this site with the yellow background. This is a very simple piece of code using the <pre> function. You can customise it as much as you like with different fonts, sizes, colours and borders but this is our default to … Read more
If you want to export a users set of contacts from Exchange directly into a PST file using Powershell, then you can run this command using Exchange Management Shell (EMS): export-mailbox -id User1 -includefolders ‘contacts’ -pstfolderpath C:User1.pst Where: User1 = the mailbox that you want to export from C:User1.pst = the PST filename where you want … Read more
We have recently been asked to report on Google Earth installations within our SCCM environment. So, as we were already collecting the EXE file information within our hardware inventory, we could make use of the SoftwareFile data in the SCCM SQL database. Also, having spent some time Googling a query for Google Earth, we found that … Read more
Microsoft have released the Remote Server Administration Tools for Windows 10 version 1.2. There does not seem to be much information on what is updated in version 1.2 and we have installed it and cannot find any differences either, maybe just some security flaws fixed. You may also notice that DHCP is not included, but you … Read more
If you are looking for HP driver packs then you can use the HP Driver Pack Matrix below: Notebooks & Tablets Windows 10 64-bit Windows 8.1 64-bit HP Elite x2 1012 G1 Tablet HP Elite x2 1012 G1 Tablet with Travel Keyboard sp77863.exe (Updated: 2016-10-07) – HP EliteBook 1030 G1 Notebook PC sp77666.exe (Updated: 2016-10-07) – … Read more
If you are using a Shoretel telephony system then you probably are aware of the pain of getting voice recording prompts into the correct format for use with the system. You may also struggle with getting people to record the messages you require unless you go out to a professional recording service. However, text to … Read more