How to manually delete all trigger settings configured in the powerJobs Settings dialog

In cases where it is needed to remove all the trigger settings (lifecycle change- or context menu triggers) from the powerJobs Settings dialog the following API call can be used:

$vault.KnowledgeVaultService.SetVaultOption('POWERJOBS_TRIGGER_SETTINGS', '')
$vault.KnowledgeVaultService.SetVaultOption('POWERJOBS_TRIGGER_SETTINGS_V2', '')

The PowerShell script "Delete_PowerJobsTriggerSettings.ps1" in the attachments contains the complete code and can be used by an administrator to clear the configured trigger settings in the powerJobs Settings dialog. The script should be executed on the job server machine (e.g. where powerJobs Processor is installed).

The script does not delete anything in Vault.

To use it insert your Vault credentials in the appropriate variables at the beginning of the script.

Use this script with caution. Deleting an attribute can not be undone.

Downloads