July 2017
Intermediate to advanced
648 pages
31h 9m
English
Add-Type -Path C:\EWS\Microsoft.Exchange.WebServices.dll
$svc = New-Object Microsoft.Exchange.WebServices.Data.ExchangeService
$svc.AutoDiscoverUrl("lsanders@testlabs.se")
Now that we have an Exchange service connection created, we can send email messages, create and modify items within a mailbox, and perform other tasks. The outcome will look similar to the following screenshot:
Read now
Unlock full access