Providers/ServiceNow.ps1
$Global:ProviderSetup = @{ ProviderName = 'ServiceNow' StartupMessage = 'Importing ServiceNow Module and Configuration' ModulesToImport = @('TMConsole.Provider.ServiceNow') StartupScript = [scriptblock] { # Define Provider Specific Configuration } } |