Exchange – Export Contacts to PST using Powershell

Exchange 2013 1

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

Notepad++ v7.2.1 Released

Notepad++ v7

Notepad++ has now been upgraded to version 7.2.1. You can download this latest version by clicking the download button below: Download Notepad++ v7.2.1 Notepad++ v7.2.1 bug-fixes: Fix x64 installer regression issue – install in “C:Program Files” instead of “C:Program Files (x86)” Fix expanding environment variables regression in backup path. Make installer Unicode again. We will shortly […]

Mimecast Outlook Client 7.0.1762.17740 Released

mimecast

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