EWS Managed API and Powershell How-To Series Part 6 FreeBusy and OOF Operations
In this post I'm going to continue looking at the special operations in EWSthat allows you to get and set the unconventional data that is stored in an Exchange mailbox like the FreeBusy information and...
View ArticleEWS Managed API and Powershell How-To Series Part 7 Using the Configuration...
In the past couple of posts I've been looking at using the special operations in EWS that allow you to access the unconventional data in a mailbox such as OOF, FreeBusy etc. In this post I'm going to...
View ArticleWhere's CAS (lly) putting your CAS location on a map
As a bit of break from the EWS powershell series here is an interesting script that will show a Google Map of the location(s) of your CAS server's if you have them (In multiple Geographically...
View ArticleEWS Managed API and Powershell How-To Series Part 8 Folder Permissions
In this series so far I've covered a lot of ground in EWS covering all the everyday operations so its time now to look at some of the more interesting and useful things you can do. Folder permissions...
View ArticleHow To Series Sample 6 : Show a sorted list of Subject's and number of...
The following script shows how you can create a summary report of the Subjects of all Messages within a Mailbox. It makes use of the PR_NORMALIZED_SUBJECT...
View ArticleEWS Managed API and Powershell How-To Series Part 9 EWS Notifications
In this installment of the how-to series I'm going to cover EWS notifications which are a mechanism you can use to find out when changes occur in an Exchange Folder. One critical point when thinking...
View ArticleHow To Series Sample 7 : Reverse Delegate Permissions and Rights Report
The script expands on part 5 of the how to series and produces a reverse permission report of the delegates of all Mailboxes on a server or within a Exchange Org or Exchange Online tenant. This is to...
View ArticleEWS Managed API and Powershell How-To Series Part 10 Message Classifications
In this part of the how-to series I'm going to look at message classifications and how you can make use of these in your EWS scripts. Message classification was introduced in Exchange 2007 to comply...
View ArticleReporting and Clearing the SyncIssues, Conflicts, LocalFailures and...
The SyncIssues, Conflicts, LocalFailures and ServerFailures folders in a Mailbox are folders that "contain logs and items that Microsoft Outlook has been unable to synchronize with your Microsoft...
View ArticleEWS Managed API and Powershell How-To Series Part 11 Moderation
Moderation is an Exchange feature that was introduced in Exchange 2010 that allows the Human control of mail flow to a distribution group or mailbox. There is a good Blog article that describes the...
View ArticlePending Moderation Summary Report Email EWS/Powershell Script
This is a follow-up script to my last post about Moderation , This script produces a summary email of all the Pending Moderation Request email's from an Approver's Mailbox. The Summary basically...
View ArticlePOX based Autodiscover clients and the Exchange 2013/Office365 preview
The big thing is the past week or so has been the release of the Exchange 2013 preview and in the cloud world the Office365 (Exchange Online 2013) preview. One of the new things in the Auto-discover...
View ArticleUsing Custom MailTips to provide extra information in EWS
The directory functionality in Exchange Web Services can be a little limited and so within Exchange 2010 without using LDAP to access Active Directory directly there is no direct way to access custom...
View ArticleHow To Series Sample 7 : Reporting on Calendar Appointments with Attachments...
The following sample demonstrates how you can query all the calendar appointments in a Mailbox and report on those appointments that have attachments, the number of attachments on each item, attachment...
View ArticleMEC from a developers perspective
The Microsoft Exchange Conference or (MEC as it is affectionately know) is being held in Orlando next month for the first time in 10 years. www.mecisback.com . 10 years is a long time and in...
View ArticleReporting on the Outlook Client Junk Email filter with EWS and Powershell
Within most Exchange Orgs there are multiple levels of SPAM and junk email filtering that may include Cloud based first level filtering like Postini and Forefront and then other server based filters...
View ArticleFinding and removing Duplicate Items with EWS and Powershell (MEC Sample)
This is the first of a number of samples I'll be posting (in no specific order) from the talk I gave at MEC thanks to all those that did brave my talk and all the other people I got to talk with about...
View ArticleItem Age Sample one reporting on the Item Count for different Date Ranges in...
This is sample 1 from the Item Age Section of my MEC talk, this sample uses an AQS query to look at the Item count for Items within a folder based on its age. The purpose of this script is to be able...
View ArticleReporting on the Item Age (Count and Size) in a Mailbox using EWS and...
This is sample 2 from the Item Age section of my MEC talk in this sample we'll look at reporting on the Folder ItemCounts and Size of Item's in a Mailbox based on the age of those items. To work out...
View ArticleGeolocating a users last Send location (MEC sample)
This is sample one from the where's wally section of my MEC talk and demonstrates how you can locate the geographical place where a user last sent a Message from using EWS, Extended properties and...
View Article