Jump to content

WYE

Members
  • Posts

    47
  • Joined

  • Last visited

Everything posted by WYE

  1. FYI: We have a single Exchange Online (Plan 1) mailbox called and with the email address do-not-reply@ourdomain.com No config was needed at the M365 end as it was using a user mailbox to authenticate with m365 SMTP service. This was our config in Pulseway > Server Admin > Email > Server Settings
  2. For completion, this defect has been resolved. I am running version "8.10.1 build 303 release 312" @Mark G38 - check if it works for you also Thanks @Jamie Taylor and Dev Team.
  3. Hi, Doesn't look like this is possible currently. (another "boo") I'd suggest raising it on their featureupvote page, although something very close to it has been raised already. Sort by Online/Offline - Pulseway (featureupvote.com) Perhaps add a comment to it to make it clear? I've also upvoted it, as it seems a very sensible idea, and if the logic is there in Dashboard, making an educated guess it may not be too difficult to implement within "All Systems"
  4. @Jamie Taylor Can you also let us know here if this was a defect or a planned changed? If its a defect, would be good if it was fixed at the next opportunity. If it was a planned changed, being transparent around the reasoning would help us (the customers) get some understanding :-)
  5. I would like to think this is a bug rather than desired effect, as the previous method was far more useful. This changed following the revamp to the "all systems page" (I'm running 8.9.0 build 127 release 312 : hosted) The Output of a script now just displays in one line, and to get all the detail, you need to on-hover. Which means, you cannot select any text from it. It's really annoying. See example below.
  6. One method of achieving this, would be that you could write a PowerShell script that creates the checkpoint, and then you could call that from either a workflow (if something happens) or on demand (via a script).
  7. WYE

    Reboot notification

    I don't think this can be done natively, as end user email addresses and other user details are not stored in Pulseway. I think you'd need to call a script called from within a workflow that does this: create an email address variable based on the username (following your organisational logic\syntax), sends the email via an API SMTP service (MailGun, SendGrid etc) Of course.. if this is something you want from Pulseway.. you know what to do.. raise a feature request over at... https://pulseway.featureupvote.com/
  8. WYE

    401 Unauthorized

    I had similar - outlined my findings here - hopefully this helps.
  9. Wow.. Christmas finally did come early! I also note that you are now putting which minor updates happened in the release notes, which is also another welcome item. Good job team. @Mark G38 - For note, my mobile app showed the offline information instantly without clearing app cache or suchlike, so perhaps strange defect with phone model etc?
  10. Hi, you need to specify the session id: psexec /accepteula -i 1 -d "C:\Servers\Test Bot\RuschBot.exe"
  11. Hi @Mark G38, I had a similar problem. I believe you can set it in the Pulseway Agent (see below using the MARS agent event log) And then export it: and then import it in the Web UI: Agree, fairly annoying.. the functionality is there, but a bit of a hackaround to get it working. Similar to Windows and their multiple UI's! Slowly they are moving settings around, but sometimes to do some stuff you have to use the old method. Hope this helps?
  12. It would be lovely to see a little more transparency on what is delivered per release. As it stands, 8.8.3 only looks like it has 2x additional features (one is just layout UI), yet the featurevote "roadmap" has been building up momentum all year? Perhaps the featurevote "roadmap" could have some expected dates on there? In addition to the release, what defects have been resolved (no matter how small)?
  13. @Robert Stan - The OP is talking about Linux, not Windows.
  14. Hi @Jamie Taylor Can you or a member of the team update the roadmap then please? It hasn't been updated since Jan, and as I mentioned over here at https://forum.pulseway.com/topic/4294-clarification-around-upcoming-2fa-changes/?do=findComment&comment=15143, Some items have been developed and released 6months after planned, but it has not been updated to reflect that. It really is worth ensuring that the public roadmap is updated regularly, especially when some of the most required features (as voted for by Pulseway Customers) are not even on there! Thanks in advance,
  15. Thanks @Robert Stan. I did notice it in the roadmap link, however it doesn't look like its been updated since Jan 2021, and it also states that "Remote Control from macOS systems (est. Q1 2021) - in development" - however that was released just recently. Therefore, would it be fair to say, the roadmap is running 6 months behind? Perhaps this post get updated based on the feature voting that all your customers have been doing please? I'm sure other customers would also appreciate it. For example - really keen to know when offline information for systems is to be delivered. Its a very highly voted feature. Thanks!
  16. Yes. If you send your clients the MSI from within Onboarding > Downloads, its an unconfigured agent that you and\or your clients will need to configure (although I suspect it will have the Server\Instance name preconfigured based on @Paul's comment?) If you create agent groups and send the clients the MSI from that group, then as Paul mentioned - it will be preconfigured with your Agent Group and Server name. Once you have an agent installed, then you can start applying policies to the agent group, so that all your clients will have same configuration (such as - alert if offline for x mins) Suggest testing out with a test client on your network, and reporting back any issues. Also, check the help guides over at Pulseway Help Center (intercom.help). They are generally helpful enough to get started.
  17. Create Agent Groups accordingly within Server Admin > Configuration. Then select "Downloads" for the relevant group, and download the Windows Agent. that MSI will be preconfigured for the Agent Group. Once you have the MSI, you can apply arguments to it outlining your dedicated server. Then install via this in a batch \ powershell script including the server instance so you don't need to provide any details to your clients. msiexec /i pulsewayagent.msi /qn /norestart Then you can create a scope that points specifically at that Agent Group. Group Management in Pulseway Pulseway Deployment Methods
  18. Regarding the following in the recent security response statement: At what point with 2FA be required when adding or modifying scripts? We will be prompted when saving a script, or will the upcoming change jus check that MFA is enabled on the account that is updating the script? In relation to this, are there any plans to integrate Azure AD SSO into Pulseway? (appreciate it has pro's and con's in regards to security)
  19. @Curtsen, What do you want to monitor in VMWare? What version of VMWare are you using? What is the actual problem - is it you don't know how to configure Pulseway to monitor VMWare... you don't know what the OID's map to... something else. Let me know, and I'll see if I can help!
  20. WYE

    Ccleaner

    I suspect this is to do with Pulseway Agent running as "SYSTEM" \ Session 0. You will either need to do Powershell Impersonation within the agent, or use PSEXEC. This posts may help you: launch EXE files with pulseway - Requests - Pulseway
  21. @Jamie Taylor - I've mentioned this before to our account manager and in general feedback, but is it possible that customers could get a list of defects resolved per release? Its frustrating to not know what has or hasn't been fixed. All we see in the release notes is the new features, not development that has improved existing functionality. FYI - This should not be a feature request, this is something nearly all SaaS companies do in one way or another. Please don't direct me to the feature request upvoting site!
  22. I cannot replicate the issue: I have just run your script, only modifying the password, the URI, and I removed the IF statement so it returned all hosts. It worked first time. I suggest you raise this with Support, as it is most likely to be something with your tenancy - and hopefully they can see why? Would appreciate you posting the solution if you get it! I'm going to embark on API integration soon, so I may come across similar issues! Thanks,
  23. Hi, I have a script that runs on new PC being discovered (via the Workflows) Remove-Item 'C:\Users\*\Desktop\Pulseway Manager.lnk' Remove-Item 'C:\Users\*\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Pulseway Manager.lnk' Everything in the Pulseway Manager Agent, can be configured remotely in Server Admin > Policies, and applied accordingly.
  24. From what I believe it only monitors Azure Classic - not Resource Management. Hopefully someone from Pulseway can confirm and\or provide further detail to this.
×
×
  • Create New...