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 have mail contacts in your Exchange environment then you may want to hide them from your global address book if you are using them as forwarders. To do this, open up Exchange Management Shell (EMS) and run the following command: Get-MailContact -OrganizationalUnit “ADOU” | Set-MailContact -hiddenfromaddresslistsenabled $true where: “ADOU” = Organisational Unit $true … Read more
If you have been using System Center Updates Publisher (SCUP) to push out Adobe updates to your end users, then you may have recently noticed that the Flash Player catalog has stopped working. Well this is due to Adobe having moved where the cab file is for the catalog, but you can easily update the … Read more
So finally, Microsoft have released a new version of Remote Server Administration Tools for Windows 10 (RSAT) this time including the DHCP Console. You can now get the updated package from Microsoft by downloading the installer using the button below: Remote Server Administration Tools for Windows 10 COMMENTS If you have any questions or feedback, … Read more
If you are using System Center Service Manager and creating custom management packs then you will want to seal them with a strong name signature. To do this, you will need to first of all generate the key file to allow you to use it when sealing your management pack. You need to use the … Read more
So you have Windows 10 and you want to know what your product key is so that you can keep this as a record. Not everyone will want to do this, but some do so here is a quick and simple way of finding your Windows 10 product key. Right click on the Start Button … Read more
If you are a laptop or Surface user then you might be interested in looking through a report on your battery and you can do this by running a very simple command within Windows. All you need to do is to open a Command Prompt by right clicking on your Windows 10 Start button and … Read more
We were recently setting up a test lab with an old version of Exchange 2007 to replicate a customers environment and we had created the required 250 users in Active Directory using some scripts but we also had to then create the mailboxes for these accounts. Not wanting to sit there manually creating all these … Read more
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