Exchange 2007 – Create Multiple Mailboxes using Powershell

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 mailboxes, we used a quick …

Exchange 2007 – Create Multiple Mailboxes using Powershell Read More

December 2016 Security Monthly Quality Rollup for Windows 7 SP1 and Windows Server 2008 R2 SP1

If you are having problems with updating your Windows 7 machine, then you should download the monthly update rollups now provided by Microsoft. These contain a large amount of updates to a particular date and are released each month. Once you have downloaded the update file and installed it, you should then only have a few minor updates to install …

December 2016 Security Monthly Quality Rollup for Windows 7 SP1 and Windows Server 2008 R2 SP1 Read More

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 using McAfee Internet Security for …

Sophos Anti-Virus and Web Protection Free for Home Users Read More

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 DisabledItems and CrashingAddinList folders: Then …

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

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 recapture it to include all …

Inject Windows Updates into WIM Image Files Using PowerShell Read More

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 that we are in no …

Football Manager 2017 Limited Edition – £18.00 Read More

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” Get-Recipient –RecipientPreviewFilter $group.RecipientFilter | select …

Exchange – Get Dynamic Distribution Group Individual Members Email Addresses Read More

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 control. If multiple files are …

Manipulating Images using Image Processor in Asp.Net Read More