Jump to content

Paul

Administrators
  • Posts

    1740
  • Joined

  • Last visited

Everything posted by Paul

  1. Hi Craig, For sure, you can use PowerShell to control Hyper-V. See link: http://techgenix.com/administer-microsoft-hyper-v-command-line-cli/. Also you can enable the Hyper-V server module from the Pulseway Manager -> Server Modules -> Hyper-V as we have built-in support for managing Hyper-V. -Paul
  2. Hello Sean, Thank you for your feedback! We've added it to our queue . -Paul
  3. Paul

    Custom Titles

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

    Custom Titles

    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
  5. Hi there, You may also need to setup port forwarding for wake on lan to work: https://www.howtogeek.com/192642/how-to-remotely-turn-on-your-pc-over-the-internet/. -Paul
  6. Hi Adrian, Make sure you tick the use dedicated server box and enter your Team instance name as well. If you don't do this then the client apps will default to the Pro plan. -Paul
  7. Paul

    Custom Titles

    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
  8. 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
  9. Paul

    Older Versions

    Hi there, No, Pulseway's oldest supported Windows operating system is Windows XP and the server equivalent Windows Server 2003. -Paul
  10. When you run scripts through Pulseway they run as the local SYSTEM user which is the computer name with a dollar sign at the end. You could use a WMI query to get the username instead like this: But make sure that you account for the case when there's no user logged into the system. -Paul
  11. 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
  12. Hi @spinto, We use load balancers for high availability. Make sure you add all IP addresses that are resolved by the DNS lookup to your whitelist. -Paul
  13. Hi, There shouldn't be a problem if you select Caribbean from the list. -Paul
  14. Glad I could help. Enjoy using Pulseway ! -Paul
  15. For sure! I've activated the trial subscription . -Paul
  16. Paul

    Agent 7.0 crash

    Thanks for the report. We'll look into it. -Paul
  17. 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
  18. For sure. I've activated a two week trials subscription. Let me know what you think of our remote control feature . -Paul
  19. 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
  20. I'd recommend disabling the IP change notification because you don't care to be notified whenever the IP address changes, you only want to know what was the last known IP address which is displayed in the Pulseway app when the system is offline. -Paul
  21. 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
  22. That would be exactly the same as the SaaS offering. You can check our prices at this link: www.pulseway.com/pricing. -Paul
  23. 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
  24. That would be: s1.pulseway.com s2.pulseway.com s3.pulseway.com -Paul
  25. 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...