Notepad++ v7.2.2 Released

Notepad++ v7

Notepad++ has now been upgraded to version 7.2.2. You can download this latest version by clicking the download button below: Download Notepad++ v7.2.2 Notepad++ v7.2.2 bug-fixes: Fix auto-updater setting toggles between startups bug. Fix “Replace All” button shortcut accelerator in Replce dialog not working regression. Fix unusual plugin update prompt after upgrade to 7.2.1 version. We […]

Exchange – Get Dynamic Distribution Group Individual Members Email Addresses

5d05eb33135798a962e3199db1fa4a4c

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

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