(imported topic written by Corda)
Hello, I’m trying to exclude from the monitoring of SUA some processes defined by a whitelist.
The processes of the whitelist are added like value of setting _BesClientUsageManager_EnableAppleUsageSummaryApps.
This setting, however, accepts as input string (-noapp: nomeprocesso1: nomeprocesso2: etc.) a maximum of 254 characters, so for a large number of processes, the agent does not work for monitoring.
Is there a way to change this limit? Thanks.
This is the action script:
download http://temserver:52311\Uploads\whitelist\whitelist_processi.txt
delete “{pathname of parent folder of regapp “besclient.exe”}\whitelist_processi.txt”
move “__Download\whitelist_processi.txt” “{pathname of parent folder of regapp “besclient.exe”}\whitelist_processi.txt”
parameter “ProcessiConosciuti” = “{concatenation “:” of lines of file “whitelist_processi.txt” of parent folder of regapp “besclient.exe” & “:” }”
setting “_BESClient_UsageManager_EnableAppUsageSummaryApps”="-:noapp:{parameter “ProcessiConosciuti”}" on “{parameter “action issue date” of action}” for client