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

Mimecast Outlook Client 7.0.1762.17740 Released

Mimecast have now released version 7.0.1762.17740 of their Outlook Client. To push this out using SCCM or Group Policy, we recommend using the MSI command below: msiexec.exe /i “MSOInstall.msi” /passive /norestart What this will do is to firstly run the installer, then the /passive will show a basic user interface without user interaction, but will stop and show the error …

Mimecast Outlook Client 7.0.1762.17740 Released Read More

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 can get the DHCP console …

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

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

Skype version 7.30 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.30 Released – MSI Download Link & Silent Install Instructions Read More

Shoretel – Create Text to Speech Recordings in Correct Format

If you are using a Shoretel telephony system then you probably are aware of the pain of getting voice recording prompts into the correct format for use with the system. You may also struggle with getting people to record the messages you require unless you go out to a professional recording service. However, text to voice has come a long …

Shoretel – Create Text to Speech Recordings in Correct Format Read More