Using the Office365/Exchange 2016 REST API part 2 buiding an Admin Runner...
This is part 2 in my REST series in which we will look at AppOnly tokens. These are the Tokens you would look to use when you want to write an application or script that would access every mailbox in...
View ArticleUsing the Archive Item operation in EWS
As there has been a bit of talk about archiving lately and the new Archive Folder vs the Online Archive in Office365...
View ArticleUsing the Office365/Exchange 2016 REST API to access Mailbox data using...
In Part 1 of this continuing series I looked at the basics of accessing a Mailbox using the new REST api in PowerShell with Exchange and in Part 2 accessing all the mailboxes in a tenant as an...
View ArticleUsing the Office365/Exchange 2016 REST API to access Mailbox data using...
This is part 4 of my ongoing series for using the new REST API in Office365 and Exchange 2016. To make the module I created in previous posts a little more easier to use and open it up for other people...
View ArticleMailbox Automapping forward and reverse map using Autodiscover and PowerShell
Auto-mapping was a feature that was introduced in Exchange 2010, where when you added Mailbox access permission via Add-MailboxPermission, Outlook would automatically add that Mailbox as an additional...
View ArticleUsing the Office365/Exchange 2016 REST API to access Mailbox data using...
Following on from my previous posts in this series, I've made a number of changes to the Exch-REST PowerShell module to increase its functionality.The first is that it now supports using either the...
View ArticleSimple scripted download Attachment using the Graph or Outlook Rest API in...
This is a rewrite of one of the more popular EWS posts (original post) on my blog about creating a scripted process that would download attachments from an email with a particular subject line in the...
View ArticleUsing the Office365/Exchange 2016 REST API for working with Mailbox and...
In my last post I demonstrated how to rewrite a simple download process script from using EWS to using the new REST API in Office365. This was an example of an Automation process that I first used in...
View ArticleGeneric Folder Picker for Mailboxes for use in REST based Powershell...
This is a continuance of my Office365/Exchange 2016 Rest series, in this post I'll be showing how some of the new GUI elements in the Exch-Rest module can help improve the speed and usability of any...
View ArticleReporting on the Public Folder favorites in a Mailbox using EWS and Powershell
Outlook and OWA allow you to create "Favorites" shortcuts to Public folders (and other folders for that matter) to make accessing them a faster experience.For those of us keeping pace with grinding...
View ArticleUsing the Office365/Exchange 2016 REST API Calendaring
When it comes to Messaging API's there no more complex thing then calendaring, not only because most vendors implement things a little differently but Exchange also has a little legacy feature drag...
View ArticleShowing all your Room Mailboxes in Office365 using the Graph REST API
One of the recurring questions you see asked in Forums around EWS is the ability to see all the Room Mailboxes in Exchange. This is pretty reasonable request that hasn't really had an easy answer in...
View ArticleExport Contacts from a Mailbox Contacts Folder or Public Folder to a CSV file...
As I had a few questions about exporting contacts to CSV from both Mailbox and Public folders I've added some new functions to the my EWS contacts module to make this easier. I've added to new cmdlets...
View ArticleSimple Mail Gui's for the REST API on Office365 and Exchange 2016
As I've been adding new cmdlets to my Exch-REST PowerShell module I've been knocking up against some of the limitations and frustrations of working within a console environment. One of them is if say I...
View ArticleUsing OWA's Pin email feature using EWS in Office365 and Exchange 2016
Pinning email is a new feature that is available in OWA(or Outlook on the Web) on Office365 and Exchange 2016 and a much requested feature in Outlook...
View ArticleDoing recursive CSV contact exports from Mailboxes and Public Folders
One of the scripts that I posted that seems to have a steady stream of input is the EWSContacts Module I put up some time ago. Thanks to Friedrich Weinmann who did some recent cleanup of the module on...
View ArticleMajor update to my Exch-Rest Powershell Module for accessing Office365 and...
For about a year I've being working on a PowerShell Module for accessing the new REST API for Office365 (the Graph API) and Exchange 2016. I've been experimenting and listening to the various feedback...
View ArticleA walk-though using the Graph API Mailbox reports in Powershell
Quite recently the Reporting side of the Graph API has moved in GA from beta, there are quite a number of reports that can be run across various Office365 surfaces but in this post I'm going to focus...
View ArticleSearching Mailbox folders using the REST API In Powershell on Office365 and...
PrefaceSearching Mailboxes is something I've written a fair bit about in the past but in this article I'm going to cover how searching has been surfaced in the new REST API on Office365 and Exchange...
View ArticleLooking into the Microsoft Team's TeamChat folder in an Office365 Mailbox...
If you looked at the folder structure in an Office365 Mailbox (or older Exchange Mailbox) using a MAPI editor so you could see all the Non_IPM_Subtree and hidden folders around 5 years ago it was a...
View Article