Skip to content

markofranjic/XEws

 
 

Repository files navigation

XEws - Powershell module for working with Exchange Web Services

Powershell module leveraging EWS managed api for working with mailboxes.

Module installation

Invoke-Expression -Command (Invoke-WebRequest -Uri "https://raw.githubusercontent.com/IvanFranjic/XEws/master/InstallXEwsModule.ps1")

Basic usage

Import session:

Import-XEwsSession -UserName "[email protected]" -Password "P@ssw0rd" -EwsUri "https://mail.domain.com/ews/exchange.asmx"

Start using it:

Get-XEwsFolder
Get-XEwsItem

Releases

No releases published

Packages

No packages published

Languages

  • C# 87.6%
  • PowerShell 12.4%