Jump to content
View in the app

A better way to browse. Learn more.

Pulseway

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (โ‹ฎ) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

  • Administrators

Hey @Albert Dignosย Stefan from Pulseway here, Thanks for the post.ย 

Unfortunately at Pulseway we don't currently have a script for installing sentinel one, its possible that another member can help provide it. We do however support GitHub which you can run on our platform via automation, which will allow you to install SentinelOne. You can check it out here

If you have any other questions please don't hesitate to send me a DM or a reply.

Thanks,

  • 1 month later...

Hello Albert,

Today it's very easy to create his own package for Sentinel One using Powershell App Deployment Toolkit.
I'm not expert in Powershell but I can understand script for automated installation.

And the advantage of this is that it's very easy to maintain and keep up to date, the only thing you need is the latest source file MSI for installation.
The script remain the same ...ย 

If you want I can build for you a complete script to allow you to done installation in mode fully automatic or in an interactive way. If you are interest by this, please contact me in private.

Djiby, Modern Workplace Engineer

  • 1 month later...

May be late to the party, but we use a site token variable where we can set the required token per customer. We then host the 32bit and 64bit installers on our website (as you can't seem to download them straight from SentintelOne's site it seems). You can then use powershell to download the installer and run it:

ย  ย  Invoke-WebRequest -Uri $URL -OutFile $Installer -ErrorAction Stop
ย  ย  Start-Process $Installer -ArgumentList "/t $Token","/q" -Wait -ErrorAction Stop

ย 

$URL is the download link to the installer file

Works like a charm

  • 9 months later...

Novice in PW.
If you have 10 S1 customers.ย  And say every customer has two pulseway-groups and every one needs its own token.ย  Makes it 20 tokens.

How do you script this in Pulseway with one script, if that is even possible?ย  Or do you need one script per Pulseway-group?

Using 1 custom-field holding all tokens (like an array)?ย  Create oneย custom-field per pulsway-groupย holding one token?

This is now on S1.ย  But I guess this is a broader item when working with license keys per customer for one software title.

Thx

ย 

Create an account or sign in to comment

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions โ†’ Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.