markofranjic / XEws

XEws

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 "user@domain.com" -Password "P@ssw0rd" -EwsUri "https://mail.domain.com/ews/exchange.asmx"

Start using it:

Get-XEwsFolder
Get-XEwsItem

About

XEws


Languages

Language:C# 87.6%Language:PowerShell 12.4%