Snippets are an idea that has been around in IDE environments for quite some time and can really be a time saver when it comes to writing EWS scripts. The following are the Snippets for PowerGUI that i presented in my MEC talk in September (Sorry I'm a little late in publishing these). To use these snippits first you need to have powergui then you can download the Zip file that contains all the snippits from https://github.com/gscales/Powershell-Scripts/raw/master/ScriptArchive/ews-PowerGuiSnipits.zip . Once you have unzipped the files to a directory run the ./installsnippits.ps1 script from this directory which will create a snippits folder under %UserName%\My Documents\WindowsPowerShell and copy the snippits into this directory. Using the Snippits is pretty easy but you do need to understand a little bit about building EWS scripts. The majority of the EWS scripts you create will have 4 major phases 1st Phase - Is to connect and authenticate to the CAS server, in this da
Pushing the Envelope in Messaging and Office 365 Development