/Send-EmailAlertMessage

A PowerShell Script to Send Automated Email Messages to One or More Recipients, via the Microsoft Graph API.

Primary LanguagePowerShellGNU General Public License v3.0GPL-3.0

Send-EmailAlertMessage

A PowerShell Script to Send Automated Email Alert Messages to One or More Recipients, via the Microsoft Graph API.

This Script is based on the following "Microsoft Graph API Examples - Send-Mail.ps1" PowerShell Script.

Microsoft Graph API Examples - Send-Mail.ps1:
https://github.com/Seidlm/Microsoft-Graph-API-Examples/blob/main/Send-Mail.ps1

Parameters

The Parameter Values can be Set in Two Locations, depending on whether you plan to re-use the Script, etc.

One option is to Set the Values in the Parameter Bindings/Definitions, which is useful for Setting the Values on Parameters that aren't likely to change.

The other Option is to Set the Values in the Parameter Arguements (when Calling the Function), which is useful for Setting the Values on Parameters that you expect to change, often.