Enabling inactive Mimecast Outlook Plugin add-in that keeps being unloaded in Outlook

outlook blue logo

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

Outlook Mail Server Settings

outlook blue logo

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

Windows XP Activation

windowsxp

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

Inject Windows Updates into WIM Image Files Using PowerShell

ssc 0

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

Exchange – Get Dynamic Distribution Group Individual Members Email Addresses

5d05eb33135798a962e3199db1fa4a4c

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

Exchange – Export Contacts to PST using Powershell

Exchange 2013 1

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

Remote Server Administration Tools (RSAT) v1.2 for Windows 10 Released – Full Download and Installation Guide

win10

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

SCCM – Dell Client Bios & Driver Autodownload

dell

We have recently been using a new script that we came across which allows you to run a PowerShell script on your SCCM environment and it looks for all the Dell hardware models that you have and then automatically downloads all the latest drivers and BIOS’s for each machine found. This is an excellent way … Read more

SCCM – How to clear CCMCache content older than x days using Compliance Settings

sccm logo

If you are using SCCM for the deployment of software then you may find that with the smaller SSD’s that you may be using that free space is becoming an issue. This can be because the more an end user installs to their machine from your Software Catalog, the more data that is being downloaded … Read more