Call of Duty: Infinite Warfare Digital Legacy Edition – £27.99 Offer

We have teamed up with CDKeys.com to offer our site visitors a great discount on Call of Duty: Infinite Warfare Digital Legacy Edition on PC. You can now order a digital download code for Call of Duty: Infinite Warfare Digital Legacy Edition for just £27.99 down from £69.99 – all you have to do is click the link below and process payment. You …

Call of Duty: Infinite Warfare Digital Legacy Edition – £27.99 Offer 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

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 used any time two systems …

Custom Generic Logging for WFC WebServices Read More

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 to export to COMMENTS If …

Exchange – Export Contacts to PST using Powershell Read More

SCCM SQL Query – Google Earth Installs

We have recently been asked to report on Google Earth installations within our SCCM environment. So, as we were already collecting the EXE file information within our hardware inventory, we could make use of the SoftwareFile data in the SCCM SQL database. Also, having spent some time Googling a query for Google Earth, we found that there were not many solutions …

SCCM SQL Query – Google Earth Installs Read More