Jump to content

AndyR

Members
  • Posts

    22
  • Joined

  • Last visited

Posts posted by AndyR

  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. 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.

  3. 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.

  4. 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.

  5. Hi Richard

    I am not sure if you had head from Pulseway already. I believe one of the issues with scripting in Pulseway is that results for each device cannot be combined into one single report. I could be wrong, but right now the way I do scripting is by exiting my scripts with an error code whenever something is "found". For example, if I am looking for a certain piece of software, then I will exit my script with "Exit 1", which will then trigger a notification.

    But this is far from consolidating all results in to a single report. I think in that respect Labtech was fantastic. It had a built in search tool where you could create queries and execute them against any devices in one single view. It would be great for Pulseway to create something similar to it.

    Andy

  6. Thank you Martin for this. I had a few devices that were always failing to install Webroot and it wasn't made clear before that you could manually install them as you described. I just installed the Webroot agent, then issued the Install command from Pulseway and all is well. 

    To be honest, I wish there was a little bit more information why an install failed in the first place, as I had no issues at all installing it manually. 

  7. Hi all

    I'd love to see a way to exclude certain patches from alerts and reports. More specifically Windows Defender and Windows Malicious Software removal. Since we use Webroot, Defender is not needed, yet every single day all my systems are showing at least 1 missing Important update (Defender). It is therefore virtually impossible to create a report with a good overall score. It also creates too many notifications.

    It would be great to have some sort of override options to be able to exclude certain patches.Or maybe we can separate critical and important alerts in notification, as right now they are treated the same.

    Another example, we have a production 2008 server that HAS to stay on IE 10. We actually implemented a block to prevent IE 11. So while technically missing an important update, it's by choice and we should be able to somehow tell Pulseway to exclude this patch from alerting and reporting

    Andy

  8. I have set up a workflow rule to send me an email whenever a new RMM ticket is created. The problem is that it only works half the time. Other times no emails are arriving in my inbox. I can  check the Audit log and it does indeed trigger the workflow rule, I am just not getting the emails.

    I've checked my junk mail and quarantine, but there is nothing there. Also when doing a message trace I am not seeing them.

    I've already tested changing the outgoing email server in Settings to use smtp.office365.com, but that doesn't seem to be making a difference.

    Has anybody else seen this?

     

×
×
  • Create New...