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; }

Agent Silent Install

The SentinelOne agent can be installed using this silent install syntax.

  1. Use the following file name SentinelOne_windows.exe
  1. Use the following parameters: /SILENT /NORESTART /SITE_TOKEN=”TOKENCODE” (This has to be in double quotes for it to work. Without this switch the agent will not install into the site correctly and a reinstall will be required.)

Note: If you wish to reboot the endpoint upon completion, use the switch /RESTART instead of /NORESTART

For a full list of command line switches, see Installation Command Line Options

For specific instructions on setting up Continuum see SentinelOne Agent Deployment Process.

דילוג לתוכן