Skip to main content
Question

System Wide EXE to install KnowBe4 Phishing Alert Button

  • December 7, 2024
  • 1 reply
  • 31 views

Forum|alt.badge.img

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.

1 reply

Forum|alt.badge.img
  • Novice
  • 12 replies
  • December 9, 2024

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


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings