Jump to content

AndyR

Members
  • Posts

    22
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. 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
  2. Sorry for brining up an old topic, but is there any progress on monitoring ARM virtual machines?
  3. The Pulseway app is available to install on M1 Macs, but the application seems to be running in iPhone mode, and not iPad. I am not sure what code change needs to be done, but would be nice to be able to run the iPad version or Pulseway on Mac.
  4. Bumping this ticket. I can't believe that's not an option yet. Still looking to see the currently active user in the dashboard to track down devices.
  5. Hello Just wanted to bump this again. Are there any plans to add more actions to the Exchange module?
  6. While 8.4 does offer some automation, it's really not a good way to schedule scripts (unless I am missing something) I am looking for a way to schedule a script at a later time. For example, if I wanted to reboot a server at 2am. Or I want to run a disk check, but not during work hours, so I schedule it for 4am. All that's needed is to add a scheduler instead of just a "run now" option. I hope this is still something that is considered.
  7. Hello Currently only 2 options are All Tickets and My Tickets. Could you add a "Open Tickets" view? Ideally, we could create our own filters, but currently tickets are not sorted by date, so I can have a dozen closed tickets, before coming across 1 open one.
  8. Are you planning on adding mouse support for the new iOS cursor support inside a remote control session? Would be nice to have support of the cursor rather than having to drag the windows cursor around?
  9. I like this idea too. Especially remote control with one click would be great.
  10. I often have to enable and disable mailbox forwarding for users in Exchange. Right now the only way to do this is via Exchange itself. I'd love to see this functionality added to the Pulseway client so I can go this on the go.
  11. It would be good to be able to set a schedule when executing a script from a device. For example, if I wanted to schedule a script to run at night. This script would be scheduled on a per device basis. An example would be scheduling a reboot script for a server in the middle of the night. I don't want to have to create tasks to run these. Instead, I would go to the device to run a script the same way I would run a script now, but with an option to schedule this script for a later time and date.
  12. We should be able to set a default patch policy for all new systems rather than "no policy" to ensure systems will start getting patched when added to Pulseway.
  13. I'd like to be able to create tasks that will execute when a new system is first seen. These tasks will only need to run once, but should trigger when a system is added to Pulseway. For example, we have some security settings that we are deploying and right now we have to manually execute these tasks on new systems (and try to remember). There should be an option to "Run once" when scheduling tasks.
×
×
  • Create New...