Sending a VoiceMail using EWS and Powershell
If you want to send a VoiceMail via EWS and have the UM controls appear in Outlook and OWA so it appears the same as it was generated from Exchange UM you need to set a number of different extended...
View ArticlePublic Folder EWS How-To rollup Part 1
As Public Folders are now new again in Exchange 2013, I thought I'd put together a post that covered how you can go about accessing and doing certain things with Public folders via EWS and Powershell....
View ArticleExchange Attachment statistics reporting with EWS and Powershell
The following script is a combination of a couple of other scripts I've posted in the past, what it does is compiles statistics of the messages with and without attachments in a Mailbox and then...
View ArticleJunk Email SCL report using EWS and Powershell
Dealing with Junk Email is kind of like doing the dishes, it's dirty work but somebodies got to do it. While Spam filters are improving we know by the constant updates these filters require its an...
View ArticleParsing out URL's in the body of a Message with EWS and Powershell
Sometimes when your writing an Automation script you might want to parse a certain URL from the Body of a Message. One example would be the Lync Meeting URL from an Online Meeting invitation or another...
View ArticleExporting the Suggested Contacts, OWA Auto-complete Cache and Recipient Cache...
The following script creates a CSV export of Automatically generated contacts that have been saved in any of the 3 following auto contact locationsSuggested Contacts Folder which is Outlook feature...
View ArticleCreating a Shared Calendar Shortcut (WunderBar Link) with EWS and Powershell
Shared Calendar Shortcuts egare an Outlook and OWA feature that can be handy to automate if you need to deploy a number of these to new (or existing) mailboxes and you don't want to go through the...
View ArticleTurning off the Reading / Preview Pane on all folders in OWA in Exchange 2013...
Exchange 2013 and Exchange Online has a cool new feature in OWA to let you control the Reading pane setting on all folders in your Mailbox in OWA eg. (in previous versions you had to manage it yourself...
View ArticleClearing the RSS Feeds folder in Exchange using EWS and Powershell
RSS feeds in Outlook is a nice feature that was added in Outlook, but for some organizations it may not be a desirable feature. While you can't delete the RSS Feeds folder itself as its on of Outlooks...
View ArticleMapping what Folders are in use in ActiveSync with EWS and Powershell
I came across an interesting Blog post this week from Jim Martinhttp://blogs.technet.com/b/tips_from_the_inside/archive/2013/06/17/activesync-mapping-a-collection-id-to-a-mailbox-folder.aspxwhich...
View ArticleUsing Sender Flags in EWS
Sender Flags are an Outlook Feature that allow you to set a follow up flag on Message when your sending it as well as being able to set a Recipient Followup flag if you want to. (eg)What happens in...
View ArticleCreate a Public Folder (or Mailbox folder) Post using EWS and Powershell
Somebody asked a couple of weeks ago about creating Post Items using EWS and Powershell which I haven't posted a sample for previously. Given its the first day of the year an example of a post about...
View ArticlePaging eDiscovery results with the EWS Managed API in Exchange 2013
eDiscovery is one of the new features in Exchange 2013 aimed at both improving the search experience and also helping deal with Big Data in a mailbox or mailboxes (which is kind of like the Sun in that...
View ArticleAccessing a User's Shared Contacts Folders in EWS
A while back I posted a sample of creating a Shortcut to a Shared Calendar folder using EWS here . In this post I'll look at how you can do the inverse which is reading and accessing the folders...
View ArticleMEC is back again this year
MEC the Microsoft Exchange Conference is on again this year in April and is shaping up to be a not to be missed event if your interested in Exchange. Unlike other conferences MEC doesn't come around...
View ArticleAdding an additional/Shared Mailbox to OWA with EWS and Powershell in...
The ability to add a shared Mailbox Folders was a feature that was introduced in Exchange 2010 and carried over into 2013. When an additional Mailbox folder is added this updates an XML configuration...
View ArticleExporting Contacts to a CSV file using the EWS Managed API and Powershell
Somebody asked last week about exporting contacts from Exchange via EWS to a CSV file and I realised I didn't have a basic sample for doing this. Contacts are one of the more richer exchange datatypes...
View ArticleLooking for your questions on Exchange extensibility for MEC
This blog has been a little quiet over the last month as I've been putting all my efforts into my MEC Talk which is now only a week away, but I should have a number of new posts soon after that.In...
View ArticleExport the GAL or Address list with EWS to Vcards in 2013 MEC sample 1
This is the first of the sample scripts I included in my MEC talk last Monday. This script uses 3 of the new operations in EWS in Exchange 2013 to export all the address list entries of a particular...
View ArticlePull Subscription Mailbox Item move tracking script MEC sample 2
This is the second of the Powershell script samples from my MEC talk last week. The idea behind this script is to track the movement of Items in a Mailbox between folders using Pull Notifications in...
View Article