Hi, Hopefully this is the correct place for this. I ran into an issue with my Threatlocker where it was putting the agent into the default group instead of a custom one. After talking with Threatlocker these are the recommendations to fix up the issue with the PS Script.
The script has a hard coded group name set here, $ThreatlockerGroupName = "Workstations"; . It is recommended to change the script to add a variable ThreatlockerGroupName that can be set as a variable instead of hard coding "Workstations".
This way it is not necessary to clone the script for every account and change the hard coded Value. I use AVD as a group. Some may want to set it to the servers group or to another custom group.
From my Threatlocker portal the required group can be found here https://portal.threatlocker.com/computer-groups . In my groups I do not even have a "Workstations" group.
Comments (3 comments)