Microsoft

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

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

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

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

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

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

Exchange – Disable & Enable Mailbox Features based on Organisation Unit

Exchange – Disable & Enable Mailbox Features based on Organisation Unit

In Exchange you can have a number of mailbox features either enabled or disabled for each mailbox. These features include Outlook Web Access (OWA), POP3, IMAP and ActiveSync. If you want to enable or disable all or any of these features on bulk or by Organisational Unit (OU) then you can use the following Exchange […]

Exchange Server – Get Mailbox Folder Sizes

Exchange Server – Get Mailbox Folder Sizes

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()}} […]

How to Fix Windows 10 File Explorer Crashes when accessing Quick Access

How to Fix Windows 10 File Explorer Crashes when accessing Quick Access

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

Scroll to top