Registry settings

The following Registry Settings are available to control the behavior of Ivanti Automation components:

Frequency at which Console checks for new updates

Location of Dispatcher Resource cache folder

Master caching Dispatcher

Tracing

Careless registry editing can cause irreversible damage! Approach this task with caution, and only after you have made a backup.

Additional registry settings

The following are some additional registry settings you can change. You will need to restart the Dispatcher service for changes to take effect.

CheckForChangesInterval

Used for changing the default CheckForChanges interval of 10 seconds when the Agent+ is in Polling mode.

Type

Value

System key

HKEY_LOCAL_MACHINE\SOFTWARE\RES\AutomationManager\Agent

Value Name

CheckForChangesInterval

Data Type

REG_DWORD (Binary)

Value Data

Number of seconds for the CheckForChanges interval.

DisablePush

Used to force the Agent+ to use the Polling mode.

Type

Value

System key

HKEY_LOCAL_MACHINE\SOFTWARE\RES\AutomationManager\Agent

Value Name

DisablePush

Data Type

REG_DWORD (Binary)

Value Data

1 to force-enable Polling mode.

GetBootTime

Introduced in 2021.2. Used to change the default way of calculating boot time - GetTickCount.

Type

Value

System key

HKEY_LOCAL_MACHINE\SOFTWARE\RES\AutomationManager\Agent

Value Name

GetBootTime

Data Type

REG_DWORD (Binary)

Value Data

0 for GetTickCount,1 for PerformanceCounters, and 2 for WMI.

ConnectionPooling

Introduced in 2020.0. Used to switch from the proprietary DB connection mechanism to the SQL Server Connection Pooling provided by Microsoft.

Type

Value

System key

HKEY_LOCAL_MACHINE\SOFTWARE\RES\AutomationManager\Dispatcher

Value Name

ConnectionPooling

Data Type

REG_DWORD (Binary)

Value Data

1 to enable the Pooling mode for the database connection.

ConnectionTimeout

Introduced in 2020.0. Used in conjunction with ConnectionPooling to change the default connection timeout of 15 seconds.

Type

Value

System key

HKEY_LOCAL_MACHINE\SOFTWARE\RES\AutomationManager\Dispatcher

Value Name

ConnectionTimeout

Data Type

REG_DWORD (Binary)

Value Data

Number of seconds for the connection timeout.

AllowChangingPropertiesDuringJob

Introduced in 2021.3. Used to allow the Agent to check for properties during a job.

Type

Value

System key

HKEY_LOCAL_MACHINE\SOFTWARE\RES\AutomationManager\Agent

Value Name

AllowChangingPropertiesDuringJob

Data Type

REG_DWORD (Binary)

Value Data

1 to enable.

ProxySettings

Introduced in 2021.3. If the source control proxy server is different than the system proxy configuration, these registry settings can be used to instruct the Console to use custom proxy settings.

Type

Value

System key

HKEY_CURRENT_USER\SOFTWARE\RES\AutomationManager\WMC\Preferences\ProxySettings

Value Name

Address

Data Type

REG_SZ

Value Data

Custom proxy server address (DNS name or IP).

Type

Value

System key

HKEY_CURRENT_USER\SOFTWARE\RES\AutomationManager\WMC\Preferences\ProxySettings

Value Name

Enabled

Data Type

REG_DWORD (Binary)

Value Data

1 to enable.

Type

Value

System key

HKEY_CURRENT_USER\SOFTWARE\RES\AutomationManager\WMC\Preferences\ProxySettings

Value Name

Port

Data Type

REG_DWORD

Value Data

Decimal value of the proxy server's port.