Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 527 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 527 Bytes

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