Set-EnvironmentVariables.ps1

Set-Variable -Name InventoryInstance -Value 'SQL-A' -Scope Global;
Set-Variable -Name InventoryDatabase -Value 'SQLDBATools' -Scope Global;
Set-Variable -Name SQLDBATools_ResultsDirectory -Value 'C:\Temp\SQLDBATools' -Scope Global;
Set-Variable -Name InventoryErrorLogsTable -Value '[Staging].[CollectionErrors]' -Scope Global;
Set-Variable -Name DBAMailId -Value 'ajay.dwivedi2007@gmail.com' -Scope Global;
Set-Variable -Name DBAGroupMailId -Value 'DBAGroup@gmail.com' -Scope Global;
Set-Variable -Name DbaDatabase -Value 'DBA' -Scope Global;
Set-Variable -Name AutomationDatabase -Value 'SQLDBATools' -Scope Global;
Set-Variable -Name LogErrorToInventoryTable -Value $false -Scope Global;
Set-Variable -Name PrintUserFriendlyMessage -Value $false -Scope Global;
Set-Variable -Name SQLDBATools_ContsoAccount -Value 'Contso\SQLDBATools' -Scope Global;
Set-Variable -Name SQL_Server_Setups -Value '\\itserver\it\SQL_Server_Setups\' -Scope Global;