Jump to content

Paul

Administrators
  • Posts

    1740
  • Joined

  • Last visited

Everything posted by Paul

  1. At this moment this is not possible however for your example you can simply hook into the PluginLoaded method that gets called as soon as the service starts. This would be an equivalent of receiving the notification. -Paul
  2. I understand it now, thanks for the clarification @Martin Stevnhoved. We'll consider it for sure when we'll be adding more granular access controls. -Paul
  3. Hi @Mariano Silva, Can you please leave the notification for a day so we can see what's causing the problem rendering it? Also the reason why you can only see the systems in the Manage Systems page is because your license is limiting the amount of systems you can monitor to 2. -Paul
  4. Hi @onlyarbind, Please follow the instructions in this KB article, this should unlock your installation. -Paul
  5. Hi @Martin Stevnhoved, This is already supported in our Remote Control feature. If your Pulseway user has read only access for a machine, remote control sessions will be in a view-only mode where they will not be able to send inputs, just view the screen in read-time. -Paul
  6. This plugin shows active share sessions not user sessions. Try opening a shared drive and see if that shows anything. -Paul
  7. That's weird. Can you tell me what's the file version of the PaulCsiki.SessionControl.dll? I've just tested the plugin on a 2016 datacenter edition and it seems to be working. This was a problem fixed in the plugin version 1.3. -Paul
  8. Hi @Martti Nuudi, Welcome to the Pulseway community. It's possible that the agent in discussion already has a storage notification configured locally to alert when the available disk space is bellow 15%. If you would like to disable any locally configured storage notification checks you can do so from the Policy by checking the checkbox that says "Disable locally configured storage notifications". -Paul
  9. Hi @Nuno Inacio, I'll check it out and get back to you. Edit: Can you send me the output of these powershell commands? (gwmi -query 'SELECT ProductType FROM Win32_OperatingSystem').ProductType [environment]::OSVersion.Version.Major Thanks! -Paul
  10. Hey @CloudlySimon, The Key value should be your username. -Paul
  11. Best course of action would be to put the file in a dropbox or google drive folder, get the direct link to the file and script a simple download / copy to all user profiles, so to download a file use: $url = "http://mirror.internode.on.net/pub/test/10meg.test" $output = "c:\10meg.test" Invoke-WebRequest -Uri $url -OutFile $output Then to copy it to the user's desktop use: move-item "c:\10meg.test" "c:\users\public\desktop" Finally you'll want to only do this once for all desktops so simply check if the file already exists before running all the logic by placing this on top of the script: if (Test-Path 'c:\users\public\desktop\10meg.test') { exit 0 } -Paul
  12. Hi @Nickolas, Do you want the RDP file to also contain a username / password? It will have to be in clear-text if so? All you need to do is write the rdp file contents using powershell to a disk using Add-Content. Open the RDP file using Notepad to see it's contents. -Paul
  13. Hi @BlueFyre, No, Pulseway will use the default resolve on the machine. I've had a similar situation with a VOIP server and I've ended up on reducing the verbosity on the logs as it was killing out GrayLog box. -Paul
  14. Hey @Ahmet Eroglu and @Martin Stevnhoved, We have this on our public Roadmap available here: It's labeled as Automation Triggers. -Paul
  15. Hi @DeepIT, Sorry about that, we're still in process of updating the macOS agent to support new 2FA modes. To register the iOS app you need to either configure a trusted mobile device (Push-based authorization), we'll detect that it's coming from an older agent and we'll issue a legacy authorization code that you can enter on the macOS agent or simply disable 2FA and enable it back when you're done. -Paul
  16. No problem, we'll drop you an email when this issue is fixed . -Paul
  17. Hi @Zao, Unfortunately yes, this is a known issue. Pulseway cannot send CAD for Core editions at this time, our team has it in the backlog so you can bet that this will be fixed in a future release. -Paul
  18. Hello @ComputerConsulting, Sorry for the late reply. This was a casing problem at the WebApp which prevented usernames that were not written in lowercase to login. We've corrected the issue today and everything should be back to normal. -Paul
  19. Thanks everyone. PS: Check out our Roadmap over here for what's coming next: -Paul
  20. Thanks for letting me know. Glad to hear it works now . -Paul
  21. We've identified the issue and released an update. Can you check again now? -Paul
  22. We are still working on the issue. We're sorry for the delay. -Paul
  23. Thanks everyone for posting, we're looking into the issue as we speak. -Paul
×
×
  • Create New...