Guide

Sophos Anti-Virus and Web Protection Free for Home Users

Sophos Anti-Virus and Web Protection Free for Home Users

Sophos has always been an excellent anti-virus package for corporate users but you can now get Sophos for home use completely free of charge. You can create yourself an account with Sophos and then install on up to 10 computers for family and friends and also centrally manage them from a web console. Having been […]

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

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

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 […]

Outlook Mail Server Settings

Outlook Mail Server Settings

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 […]

WSUS – Windows 10 Feature Upgrades Fail Fix

WSUS – Windows 10 Feature Upgrades Fail Fix

If you are using WSUS in your environment and you find that your Windows 10 clients are failing to download or install any Feature Upgrades (to 1607 or any CU updates) then you can give this fix a try. You should first ensure that you have not approved any of these upgrades before installing the […]

Inject Windows Updates into WIM Image Files Using PowerShell

Inject Windows Updates into WIM Image Files Using PowerShell

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 […]

Football Manager 2017 Limited Edition – £18.00

Football Manager 2017 Limited Edition – £18.00

For those of you that are into the long running football simulation series Football Manager – we have just come across the game on offer on Amazon for just £18.00! Just click the link below to go to the offer and take advantage whilst you can. Football Manager 2017 Limited Edition – £18.00 Please note […]

Exchange – Get Dynamic Distribution Group Individual Members Email Addresses

Exchange – Get Dynamic Distribution Group Individual Members Email Addresses

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” […]

Manipulating Images using Image Processor in Asp.Net

Manipulating Images using Image Processor in Asp.Net

Since asp.net web development team understands that working with images; you don’t always need web control. There are better options to this and in this post, they will talk about these options. Read this post to know more. Introduction For working with images in Asp.net, it is not always required to make use of web […]

Custom Generic Logging for WFC WebServices

Custom Generic Logging for WFC WebServices

WCF WCF stands for Windows Communication Foundation. A communication-oriented set of APIs and a “runtime” inside .NET to make two (or more) systems talk to one another. It basically replaces ASMX (ASP.NET web services), .NET remoting (object remoting) and a few other communication-related API’s and products in the .NET space. It can and should be […]

Exchange – Export Contacts to PST using Powershell

Exchange – Export Contacts to PST using Powershell

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 […]

Scroll to top

×