add_filter('sanitize_user', 'allow_hebrew_usernames', 10, 3); function allow_hebrew_usernames($username, $raw_username, $strict) { if (!$strict) { // Allow Hebrew, English letters, numbers, underscores and hyphens return preg_replace('/[^א-תA-Za-z0-9_\-]/u', '', $raw_username); } return $username; }

Creating an Agent MSI Installer

SentinelOne agent versions from 2.6 onward support Site Tokens, which are necessary for a multi-site environment. A Site Token connects an agent to one site defined in one Management Server.

You can use a third-party application to build a custom MSI installer, based on the EXE installer that you download from the Management Console.

See more parameters on Command Line Doc

How to Add a Site Token to an Agent with an MSI

Tested application: exemsi

  1. In the Management Console, select one Site view.
  1. Copy the Site Token from NETWORK > PACKAGES.
  1. Build the agent with this parameter: /SITE_TOKEN=SITETOKEN /QUIET /REBOOT

Best Practice: Test on one endpoint before you install the MSI for the whole environment.

דילוג לתוכן