The Powershell-EWS module provides the ability to manage Exchange though EWS.
- Connect-EWS
- Get-FolderEWS
- Get-MailEWS
- Move-MailEWS
- Remove-MailEWS
- Get-CalendarEWS
- Get-MeetingEWS
- New-MeetingEWS
To install the module including all source code you can just run in a PowerShell v3 the following command:
iex (New-Object Net.WebClient).DownloadString("https://gist.githubusercontent.com/davidphayanouvong/a644de4478c0d25fd1b1e576c8839d50/raw/991478c7cb180de7f63331f27ed5a2e5b6e1873a/InstallModuleEWS")
Microsoft Exchange Web Services Managed API 2.1 => https://www.microsoft.com/en-us/download/details.aspx?id=42022
1.0.0 - First Release of Powershell-EWS
This extension is (licensed under the MIT License)(https://github.com/PowerShell/vscode-powershell/blob/master/LICENSE.txt). Please see the (third-party notices)(https://github.com/PowerShell/vscode-powershell/blob/master/Third%20Party%20Notices.txt) file for details on the third-party binaries that we include with releases of this project.