Jump to content

Paul

Administrators
  • Posts

    1740
  • Joined

  • Last visited

Posts posted by Paul

  1. 10 hours ago, kylorenisntdead said:

    Can you please provide more information on why this is happening. here is the link

    I've removed the link for your security. Basically iCloud and most other file sharing websites try to hide direct links to the files in order to prevent the spread of malware and to prevent abuse of their service. That being said, you do want to be able to download files without any user interaction on the site so you should host these files on a publicly accessible web server that you control, AWS S3 or a similar file hosting service which allows you to directly access the file and not a landing page which then links to the actual file.

    -Paul

  2. 5 minutes ago, kylorenisntdead said:

    I too have the same issue but i am using an MSI. have tried Sharepoint, icloud, drop box. etx

    Hi there,

    I've checked your custom software titles and it seems that UC-ONE was successfully provisioned and Test has failed to provision because the iCloud link you've provided is not a direct link to the file so our provisioning system is receiving HTML text instead of the MSI file.

    -Paul

  3. Hi there,

    For the Pulseway 3rd party patching system to work you need to provide it with an MSI file, not an executable bootstrapper. MSIs enforce a certain standard that allows us to identify if the application is already installed and perform the installation or removal without any user interaction.

    -Paul

  4. Hi there,

    Chances are that the agent was installed under a different user. You can reinstall it by deleting the service registration by running as an administrator:

    sc delete "PC Monitor"

    You don't really need to reinstall it, just open the Pulseway Manager app from C:\Program Files\Pulseway\PCMonitorManager.exe

    -Paul

  5. Hi there,

    Yes, if you must use an executable installer then the automation scripts are there for you. Just upload the file on one of your web servers so your systems can reach it (dropbox works too but make sure you copy the direct link to the file) and then write a script that does the following:

    a) Check to see if the software is installed

    b) If the software is not installed, download and silently install it (make sure there's no user interaction required)

    c) Reboot if necessary

    -Paul

  6. 22 hours ago, MrMill said:

    Thanks Paul.  

    I missed the info on the pricing page that explained that remote doesn't work on the free plan.  https://www.pulseway.com/pricing

     

    That was quick. The feature is already available and working.  Connecting to the first system was super easy and straight forward.  I've only used it for a few hours but so far it looks like ill be paying for the starter plan since i only have a single system to remote to. 

    Before you do that, drop me a message so I can revert the "free" status on your account so you won't end up paying for the 2 systems.

    -Paul

  7. 56 minutes ago, MrMill said:

    Similar to the OP,   I have heard about Pulseway from LTT and want to give it a go but remote options are greyed out. 

    I use/have used several enterprise remote management products like SCCM, Intune, Meraki, KACE, ect  at work but I want to give Pulseway a try for my own systems and so far its great except the remote function. That's an essential feature that I would be using.

    Can I try it out ? 

    For sure. I've activated a two week trials subscription. Let me know what you think of our remote control feature :lol:.

    -Paul

  8. 1 minute ago, grumpywhale said:

    So i saw pulseway on linus tech tips and thought due to the number of machines i run headless good idea, only i am confused on the pricing. If i am reading it right its just 2 devices for free then you pay for each additional is this right, are there any low cost options for non-commercial use? And if i pay for anything will that mean i have to pay for the 2 original as well?

    Hi there,

    The first two systems remain free, you only need to pay for the additional ones you wish to monitor. At this moment we only have volume discounts (through tiers and this is reflected on the pricing page on our website).

    -Paul

  9. There's a minimum of 20 licenses for the Team plan (which supports the on-premise installation) and the cost is per license purchased (one workstation or server license per monitoring agent installation).

    -Paul

  10. Hey Voriana,

    I'd be glad to answer your questions. As documented in the security white-paper we use industry standard security mechanism to prevent unauthorized access to your systems and to prevent others from listening to the communication between our applications. That being said, we also offer an on-premise offering where you can host your Pulseway server on your own infrastructure so you have a fully closed network monitoring solution.

    -Paul

  11. Hi Dan,

    This is not yet available as a native feature on Pulseway however I personally remembered the following powershell line whenever I needed to tell two processes apart using Pulseway:

    gwmi win32_process -Filter "name='svchost.exe'" | select processid, name, commandline | fl

    -Paul

×
×
  • Create New...