您可以使用 Jamf Pro 和 Jamf Helper 建立指令碼,在 Jamf Pro 於使用者的電腦上偵測到威脅時警示他們。此指令碼可由使用 Jamf Pro 中原則自訂的觸發器執行。
- 在Jamf Pro中,於側邊欄中按一下設定。
- 在電腦管理區段中,按一下腳本。
- 在 General (一般) 索引標籤上,配置有關該指令碼的基本資訊。
- 按一下 Scripts (指令碼) 索引標籤,輸入類似於下列範例的指令碼內容:
"/Library/Application Support/JAMF/bin/jamfHelper.app/Contents/MacOS/jamfHelper" -windowType hud -title "Possible Malicious Application" -heading "Malware Detected" -alignHeading natural -description "Your computer may be infected with malware. Contact your IT administrator immediately." -alignDescription natural -icon "/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/AlertStopIcon.icns" -button1 Ok -alignCountdown center -lockHUD觸發後,指令碼將顯示類似於下列內容的警示: - (Optional) 使用 Options (選項) 和 Limitations (限制) 索引標籤配置其他設定。
- 按一下儲存 。