Outlook Permissions error when opening attachments

When trying to look at or save Outlook attachments, you may get an error pop up stating that you do not have permissions to save, this is due to the temporary folder that Outlook uses to store attachments when opening them is full. Guide To fix this issue, you have two options. You could empty the Outlook temporary folder which …

Outlook Permissions error when opening attachments Read More

Send-As Exchange Universal Distribution Group

INTRODUCTION If you want to allow a user to ‘Send-as’ a Universal Distribution Group, you cannot do this by right clicking the Distribution Group in Exchange and managing send-as permissions as you would with a shared mailbox or user mailbox. GUIDE However, the following will allow you to carry this task using Active Directory instead of from within Exchange: Open …

Send-As Exchange Universal Distribution Group Read More

Skype v7.39 Released – MSI Download Link & Silent Install Instructions

Skype version 7.39 has now been released and if you would like to either add this to your Configuration Manager Software Catalog or even have it available through WDS or Group Policy, then you will want to download the MSI file for it. Skype do provide a direct download link for its Skype software and the installer is packaged as …

Skype v7.39 Released – MSI Download Link & Silent Install Instructions Read More

WSUS – Cleanup using Powershell with email notification output

lntroduction If you are using WSUS in your environment, you may want to run a scheduled task to cleanup old updates and compress some of the larger updates to free up space on your server. A good way of doing this is to run a Powershell script which will take care of all your cleanup requirements and as we are …

WSUS – Cleanup using Powershell with email notification output Read More

Get SID from Username and Username from SID using WMI Queries

INTRODUCTION This post will show you how to get the username of a SID. This will help you when you need to make amendments within a computers registry for HKEY_CURRENT_USER (HKCU). GUIDE Open a command prompt on the computer that a change is required for and run the followinng command: wmic useraccount get name, sid, status This will now look …

Get SID from Username and Username from SID using WMI Queries Read More

Enable Uninstall in Safe Mode

This post will show you how to enable the ability to uninstall programs when in safe mode. This can help if you have installed a driver or some other piece of software that may have blue screened your computer. Guide Launch your computer into safe mode and then run the following from a command prompt: REG ADD “HKLMSYSTEMCurrentControlSetControlSafeBootMinimalMSIServer” /VE /T …

Enable Uninstall in Safe Mode Read More

Group Policy Error 0x8007000d in Server Event Log

We recently dealt with an issue for a customer where a few of their server event logs where full of Group Policy error. The error in question was: Event Type: Error Event Source: Group Policy Local Users and Groups Event Category: (2) Event ID: 8194 Date: 30/06/2017 Time: 10:27:12 AM User: NT AUTHORITYSYSTEM Computer: WINDC1 Description: The client-side extension could …

Group Policy Error 0x8007000d in Server Event Log Read More