June Castillote
June started in IT by fixing computers back in 2002. Since then, he has worked as a programmer, technical support specialist, and systems administrator. He is currently a technology consultant working with Microsoft 365, Azure, and various Messaging and Collaboration systems. June is always on the lookout for automation opportunities and prefers to write code in PowerShell whenever possible.
How to Set Up an Office 365 SMTP Relay with Connectors
Learn how to create a TLS and non-TLS Office 365 SMTP relay and how to test and confirm their functionality using different techniques.
How to Send Email with Office 365 Direct Send and PowerShell
Did you know you can use Office 365 to send email with PowerShell? In this article, you're going to learn how to send Email with Office 365 Direct Send and PowerShell's Send-MailMessage cmdlet.
How to Build an IIS SMTP Relay Server
Learn how to set up an IIS SMTP relay server for recipient email delivery from Office 365 using a combination of the GUI and PowerShell.
How to Build a PowerShell GUI for your Scripts
PowerShell is a command-line tool but did you know it can also be used as a base for graphical interfaces? Sometimes command-line isn't the best kind of interface for a particular instance. Building a PowerShell GUI for your service desk is a great example. This is one of those times when it is more appropriate to build graphical tools instead.