-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to connect to onpremise EWS #1
Comments
I was only able to test this module with O365, so it's possible that on-prem Exchange with other authentication methods (Kerberos, ADFS, etc.) might not work as expected. You can try modifying L83 of Write-Error -Exception $_ <# other parameters #> That should expose the error returned by Unfortunately I don't have an Exchange instance to work with at the moment (on-prem or cloud/O365), so it's difficult for me to provide a whole lot of insight here. |
Thank you for your prompt reply, apology for being a noob of Powershell. Any chance you could let me know how to use Conncet-EWS? specifically, where to add the AutoDiscoverUrl? |
When provided an endpoint URL, all |
Apologies, I had GitHub notifications going off into the ether apparently.
What happens when you run (I haven't touched Exchange in north of 2 years, so there's not a lot I can do here.) |
Hi hmmwhatsthisdo,
I tried the module on our onpremise exchange server, I would load the module just fine, but I spent hours to figure out how to connect the EWS, can you shed some lights how to do that?
Thank you.
The text was updated successfully, but these errors were encountered: