Setting Information
- Azure Automation
- au2mator Service
Detailed Information
Here you can find detailed information, on using our “ready to au2mate” Azure Automation PowerShell Scripts
To make it easier for you to deploy, we are using “Variables” and “Credentials” in our PowerShell Scripts.
The following list should help you to set the correct Values of all “Variables” and “Credentials” we are using.
Variables
Name | Description | Example |
au2mator_DC | Domain Controler Name | srvdc1.domain.local |
au2mator_LogPath | Root Logging Path | C:\_SCOworkingDir\TFS\PS-Services |
au2mator_PortalURL | Full URL of au2mator Portal used for Mail Template | http://demo01.au2mator.local |
au2mator_DBServer | au2mator DB Servername | demo01 |
au2mator_DBName | au2mator DB Database Name | au2mator |
au2mator_SMTPServer | SMTP Server to send Mails | smtp.au2mator.com |
au2mator_SMTPSender | Sender Mail, who sends the au2mator Mails | selfservice@au2mator.com |
au2mator_HelpDBName | Database for Staging Information | au2matorHelp |
au2mator_HelpSQLServer | SQL Server for Staging DB | demo01 |
au2mator_PSRemotingServer | Servername to connect for PS Remoting | srvdc1.domain.local |
au2mator_TeamsSyncRB | Name of your Azure Automation Runbook to Sync Teams | au2mator_Teams_SyncTeams |
Credentials
- SMTP_Credentials: are used to authenticate against your Mail Server
- TEAMS_AdminCredentials: is used to authenticate against Teams
Something More
- Since 3.4
Related
- How to create a Variable in Azure Automation: https://docs.microsoft.com/en-us/azure/automation/shared-resources/variables
- How to create Credentials in Azure Automation: https://docs.microsoft.com/en-us/azure/automation/shared-resources/credentials