Check Global Address List Compliance PowerShell

Check Global Address List Compliance PowerShell

Hello,

When migrating to Office 365 from various exotic messaging system, you usually hit the fact that Active Directory isn’t a reflect of the situation. Especially when you’re looking at the attributes that are used for building the global address list for Exchange Online and Skype Online. Continue reading

Meeting Request Exchange Web Services PowerShell

Meeting Request Exchange Web Services PowerShell

Hello,

We previously saw how to send an email with Exchange Web Services, now we’ll see how to send a meeting request with EWS and PowerShell.

I’m not aware of another way to create meeting request in PowerShell, so, this is not a pure learning experience now. Continue reading

Send email Exchange Web Services PowerShell

Send email Exchange Web Services PowerShell

Hello,

Since PowerShell version 1 there is a way to send mail with it. In v1, this was not strait forward, you needed to create a SMTP object from .net, and then use it to send an email based on an MailMessage object. In v2, you get the Send-MailMessage cmdlet. Those two methods use an SMTP server, there is a third one, with Exchange Web Services. There isn’t a real benefit for using those beside learn how to use EWS for doing greater things. Indeed, you can do a lot more with EWS than just send mail. Continue reading