Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Send Email in your PowerShell Script - The Modern Method
#1
Robot 
Send Email in your PowerShell Script - The Modern Method


With modern companies using hosted email solutions, Microsoft has deprecated the use of the Send-MailMessage PowerShell cmdlet. The supported to way to send emails from a PowerShell script is with the Microsoft Graph API. Unfortunately, this is not as simple as using an on-premises SMTP server, but it's much more secure. And by building a proper PowerShell function, it's just as easy to integrate within your scripts. This does require an Office365 tenant and subscription. I will outline the steps and give an example of how to send emails with this method.

Read More …


https://tictactech.net/category-blog/pow...ern-method
#2
Very useful, Thanks!
  


Forum Jump:


Users browsing this thread:
1 Guest(s)