Using EWS and AQS to check number of Unread in X days with Graph
It seems that you can never have too many ways of reading the number of Unread messages in a Inbox so here is another method. The following script uses two AQS queries to work out first the number of...
View ArticleQuota if Mailbox Size script for Exchange 2010,2013
If your playing around with different Mailbox quota values you might want to see what the usage of those quotas would be before you apply them to a Mailbox. This is a very simple Mailbox Size script...
View ArticleOneliner Mailbox access with Powershell in Exchange Online using the oData...
One of the things that was announced at MEC recently was Microsoft's Cloud first strategy with Exchange, which basically means that new feature will appear in Exchange Online first and then at some...
View ArticleSlide deck from my MEC Presentation "Using exchange as a platform for...
The slide deck from my MEC presentation "Using exchange as a platform for innovation" has just been made available on http://video.ch9.ms/sessions/mec/2014/EXTIN401_Scales.pptx . I should have the GPX...
View ArticleGPX Route Mail App for Exchange 2013 and Exchange Online
As part of my MEC talk last month I presented a Mail App that would show a Map with route layer added based on the content of a GPX attachment on a received message. For example here's a screenshot of...
View ArticleeDiscovery script for reporting on large items in a Mailbox
When it comes to searching a Mailbox with EWS with a Script, eDiscovery on Exchange 2013 makes things a lot easier and faster by basically allowing a Mailbox (and Archive) wide search rather then a...
View ArticleEWS Contact Vcard Export script
A couple of months ago I posted a Vcard export script for exporting the Global Address list from Exchange 2013/ExchangeOnline using EWS's findPeople operation. To round this script out I thought I'd...
View ArticleExchange 2010 GAL vcard export script
To round out the Vcard export scripts as many people are still running Exchange 2010 here's a Remote powershell script that will allow you to export Mailboxes (or contacts) from Active directory to...
View ArticleCreating a Mailbox Folder Growth Map with Powershell, EWS and eDiscovery
I've posted before on Exchange 2010 about how you can use AQS to produce a mailbox Item Age and Size reports. This same method can be used and enhanced on 2013 using eDiscovery to produce a growth...
View ArticleReporting on expired recurring meetings with EWS and Powershell
Someone asked an interesting question about recurring Appointments in Exchange recently that I thought I'd expand on a bit with blog post. Recurrence in Appointments,Meeting and Tasks are one of the...
View ArticleGetting Folder Sizes and other Stats via EWS with Powershell
Somebody asked a question the other week about getting all the Folder Sizes via EWS which you can do easily using the PR_MESSAGE_SIZE_EXTENDED property and FindFolders operation (you can also get the...
View ArticleSent and Received Time on a Message and EWS
This one has come up a couple of times for me over the last couple of weeks so I thought I'd put together a post to expand on the Subject a little.The easiest place to start before talking about...
View ArticleCreating a Mailbox alias usage report with EWS and Powershell
Before starting this one I want to point out the method I'm going to demonstrate in this post is not the best method to use to do this. If you have Message Tracking available then you can do this much...
View ArticleSending a No Reply, No ReplyAll, No Forward Email using EWS and Powershell
I've you haven't seen this before Gavin Smyth from Microsoft Research put together this cool VSTO plugin to allow you to send an Email from Outlook that will disable the Reply, ReplyAll and Forward...
View ArticleSearching based on Categories in EWS
The Categories or Keywords properties on a Mailbox Item is one of the more commonly used Item properties in Exchange. When you want to search for Items with a particular Category set it does present...
View ArticleA look into Conversations with EWS and Powershell in a Mailbox
Conversation views in email clients have become par for the course these days, while I'm personally not a great fan it can be a useful feature to use when looking at Mailbox data. With EWS from...
View ArticleCreating a new folder in EWS and add it to the MyContacts list in OWA in...
The peoples hub is one of the new features in Exchange 2013 and Exchange Online that is aimed at making your life richer. One little quirk if your creating new folders using EWS is that they won't...
View ArticleAdvanced Search Folder creation with EWS and Powershell
In the past I've posted some examples of creating SearchFolders in Exchange with EWS and Powershell in the following post, in this post I want to cover some more advanced things you can do with EWS...
View ArticleDumping out the MailTips for all the recipients using EWS and Powershell
MailTip's are a feature in Exchange from 2010 that gives you extra information when sending a message. In a pervious post I showed how you can use these to get the Outlook of Office status for a user...
View ArticleAccessing the Clutter Folder with EWS in Office365\Exchange Online
To start off the new year I thought I'd look at how you can go about using some of the new features that are being introduced in Exchange Online. One of the big new features is Clutter which we all saw...
View Article