Skip to main content

Hello.  I am trying to use the System Wide EXE Worklet to install the KnowBe4 Phishing Alert Button.  I have the worklet ready but I can not figure out where to input the License key.  Below is what I have entered in the Remediation Worklet but I need to know where and how to put in the license key.

####### EDIT WITHIN THIS BLOCK #######
$displayName = 'KnowBe4 Phish Alert Button'
$displayVersion = '1.10.14.152'
$fileName = 'PhishAlertButtonSetup.exe'
$arguments = '/S'
#######################################

Any help would be appreciated on this.

Hi ​@jrankey, i would define license key into Automox Secrets (https://help.automox.com/hc/en-us/articles/20467526959252-Secrets-Management) and put it in the arguments with other parameters. Also Dont forget to attach Secret to the Knowbe4 worklet before running it. 

 

For Ex…

1). Create a Secret. (https://help.automox.com/hc/en-us/articles/20467526959252-Secrets-Management)

1).Create Secret

 2). Note Variable Name for next step. 

2). Note Variable Name

3.) Attach it to worklet. 

4). Attach setup.exe and Define variable name into worklet arguments. 

####### EDIT WITHIN THIS BLOCK #######
$displayName = 'KnowBe4 Phish Alert Button'
$displayVersion = '1.10.14.152'
$fileName = 'PhishAlertButtonSetup.exe'
$arguments = @('/S', 'CUSTOMTOKEN=$knowbe4_license_key')
#######################################

 

5). Save worklet and test it on test device. 

 

Thanks. 


Reply