EWS
EWS copied to clipboard
Exchange Web Services PowerShell module
Added ability to pull full message with new command `Get-EWSMessage`
Hi Bartek ! Great Module, love it. A thing that bugs me is that when i try to send an e-Mail to from my OnPrem Exch 2013 Box, it raises...
Bug: ATM when you specify the path to non-existing folder, you will get the parent folder instead. Dangerous if you want to automate folder creation/deletion. Repro: ``` Get-EWSFolder -Path Inbox\SomeRandomTextHere...
It's a bug that my colleague came across while creating folders in EWS. It looks like ParentName is not working as expected and creates folders in a different place than...
An initial CONTRIBUTING.md to be filled with more content. Mentioned in #29
In example 2, it shows content being piped into the command and the `-body` parameter being used, but according to the source code, `$Body` and `$InputObject` are the defining required...
A few "serious problems" is currently mentioned in the README. One that is not mentioned is that contribution guidelines are missing. I believe that a CONTRIBUTING.md file should be added...
Any plans for this in the future? As a side note, if you are interested. Looks like Sherlock1982 has a fork of the ews managed api working on .Net core:...
Trying to view all result in itemview from a filter. But it seems EWS as a default limit of 1,000 and this script does not provide a way to create...
Importing Type Microsoft.Exchange.WebServices.Auth Fails. Catching the exception and getting the loader exception leads to the fact that the assemblies Microsoft.IdentityModel.dll and Microsoft.IdentityModel.Extensions.dll are required as well. I was able to...