Setting Information
- PowerShell
- au2mator Service
Detailed Information
Here you can find detailed information on using our “ready to au2mate” PowerShell Scripts
To make it easier for you to deploy, we use stored “Credentials” in our PowerShell Scripts.
The following list should help you see the “Credentials” we are using.
Credentials
Name | Variable for Cred | Variable for File | Filename |
SMTP Credentials | $SMTPcredential | $SMTPcredential_File | SMTPCreds.xml |
Teams Graph API | $TeamsCred | $TeamsCred_File | TeamsCreds.xml |
Azure REST API | $AzureRestAPICred | $AzureRestAPICred_File | AzureRestCreds.xml |
Azure Graph API | $AzureADGraphAPICred | $AzureADGraphAPICred_File | AzureADCreds.xml |
Mail Graph API | $AzureGraphMailCred | $AzureGraphMailCred_File | AzureGraphMailCreds.xml |
MS Graph API | $MSGraphAPICred | MSGraphAPICred_File | MSGraphAPICred.xml |
Run the following PowerShell command to store credentials in an XML File. Make sure you run the command as the Service User, configured at the IIS App Pool. Change the Path to fit your Credentials Store.
SMTP Credentials
Usage
- Template 1.0 and above: au2mator/au2mator-PS-Templates (github.com)
Description
is used to send the Status Mail via SMTP