Jump to content

StefanMcl_Pulseway

Administrators
  • Posts

    202
  • Joined

  • Last visited

Everything posted by StefanMcl_Pulseway

  1. Hey @techNOW Thanks fro reaching out, you can of course execute this it would just be via a script: <# ============================================================================================================================================ Script Name: Audit: Computers: Uptime In Days Description: Part of the Extended Audit Content Pack for Servers and Computers delivered by Pulseway. Usage: Scheduled to execute in the Task "Extended Audit For Computers - Weekly" tied to the Scope "All Windows 10/11 Computers". Additional notes: This script is write protected and is meant to be used "as is" for Extended Auditing purposes. Vendor: Pulseway Lastest version: 2023-01-27 ============================================================================================================================================ Required variable inputs: None Required variable outputs: Name: "OutputUptimeIndays" Default Type: "Number" Default Value: "0" Associated Custom Field: "Audit: System: Uptime In Days" #> # Please note, this script is write protected and is meant to be used "as is" for Extended Auditing purposes. Function Get-Uptime { $OS = Get-WmiObject win32_operatingsystem $Uptime = (Get-Date) - ($OS.ConvertToDateTime($OS.LastBootUptime)) $Display = + $Uptime.Days Write-Output $Display } $OutputUptimeIndays = Get-Uptime Write-Output "Extended Audit: System: Uptime In Days: $OutputUptimeIndays" # This step writes back the Powershell result to the associated Custom Field. Start-Process -FilePath "$env:RMM_HOME\CLI.exe" -ArgumentList ("setVariable OutputUptimeIndays ""$OutputUptimeIndays""") -Wait You can use just the the Output variable, no Custom Field is required for this to work. Then make a condition based on the output variable being higher than X days in a Workflow. You will need to run it as a script for it to become a Number type variable as currently the Workflow Action "Execute PowerShell Command" only produce Text type variables. So that won't work for the condition. I hope this helps and if you need any more assistance lease let me know Thanks, Stefan
  2. Hey @tristan Thanks for reaching out, Apologies for the late reply I was consulting with our API expert - The current rate limit is set at 60 requests per minute but the plan is to increase it within coming releases. Thanks, Stefan
  3. Hey @rmac2006 Thanks for reaching out - Could I ask you to forward me your Pulseway email ID and I will raise this issue up with support Thanks, Stefan
  4. Hey @Leon from AIOI Thanks for reaching out. So in response to your first question please enable PowerShell impersonation. Open Pulseway Manager head to settings > Runtime and Enable PowerShell impersonation then you should be able to enter the credential and run the scripts. Let me know if that works and if not I will raise a ticket for you with support Thanks, Stefan
  5. Hey @at26574, Apologies that this issues is taking so long, could you please forward me your support ticket number so that I can follow up. @Tryp1c_ac3 Could you also forward me your Pulseway email id so that I can raise a ticket for you too, just in case your issues are cause by separate things. Thanks a mill, Stefan
  6. Hey @Nick530 That's great I'm glad you were able to get it sorted. On another note, are you apart of our Discord community? We have a Automation/Scripting channel where a bunch of Pulseway users can share scripting knowledge and Automation best practices. You should definitley check it out! If you need any more assistance please let me know!. Thanks, Stefan
  7. Hey @bfulham1 Thanks for reaching out, Could you send DM me your Pulseway email ID and the exact issues your facing I will raise a support ticket for you. Thanks a mill, Stefan
  8. Hi @Larry Thanks so much for reaching out, If you are not already using Pulseway you can register with us here. Let me know if you need anything else! Thanks, Stefan
  9. Hi @Tevita Thanks for reaching out first of all, I'm really sorry that you are facing this. In regards to the notifications you are receiving, we are aware of this and sometimes due to Microsoft being a bit flaky it can cause this to happen but we are working on it and in the meantime we recommend that you turn the notification off via a policy as the systems are being updated and maintained. In regard to the systems reboot, s Pulseway forcing this to happen? If so please send me your Pulseway email and I will raise this with support immediately. If you need any help with anything else please let me know! Thanks, Stefan
  10. @Simone Schiavon Ok this is a strange one, I'm going to raise a ticket on your behalf as this should have worked. Could you please pass me your Pulseway email ID and I will raise this with support and get it sorted. Thanks, Stefan
  11. Hi All, Juts popping in to let you all know I'm not ignoring this, I'm trying to elevate it to a higher level as it is clearly effecting a wide group of users. Support are aware of this and we are trying to get a hotfix, so the second I know something I will let you all know ASAP. Thanks, Stefan
  12. Hi @Shuntian Eddie Li Thanks for reaching out, we only send notifications from Applications, Security and System, so make sure the event log is a part of these! If you need anything else please let me know!, Thanks, Stefan
  13. Hi @Simone Schiavon It should be your firstname.lastname, Let m know if that works! Thanks, Stefan
  14. @ed247 @JohnnyJoker @JonasB Hi All, I believe the issues is still being reviewed by dev However there is the following hotfix that should work. If you run the following script as an administrator it should fix the issue: REG DELETE HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate /v SetDisableUXWUAccess REG DELETE HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate /v SetDisablePauseUXAccess USOCLIENT startscan Let me know if it works or not, Thanks a mill, Stefan
  15. Hi @xyzadmin We just ran the script on one of our pc's and it seems to be in working order, Can you forward me your Support ticket to that I can elevate it. Thanks a mill, Stefan
  16. @SoNot @BytePhil @Destari Hi All, Thanks for reaching out, Firstly are you all making sure that you are creating your agent groups under Configuration > Organization? If so and this is still happening reach out to me with your pulseway email and I will raise a support ticket for you all and we can get this sorted! Thanks, Stefan
  17. HI @Geoff Malone Thanks for reaching out, Can I ask if you this is a Microsoft based AV? either way we are currently investigating this issue and I will let you know as soon as I have more information! Thanks, Stefan
  18. Hi @David Hoffman Thanks for reaching out I just raised a separate ticket for you as well, Thanks for letting me know! All the best, Stefan
  19. Hey @Nick530 You can perform an MSI based installation using the pre-configured installer link. This link is found in Pulseway Webapp -> Configuration -> Organizations -> Select the ORG/site/group -> Select the group -> go to downloads -> Windows x64 -> Copy link. Then append this link in the below msiexec command. The below command when executed as command prompt with admin mode, it will install and register the pulseway agent to that specific group. You can use the below command in your tool to mass deploy. NOTE: If the group is deleted or modified in pulseway, then the link will not work.
  20. @Buckeyes And thanks a mill for this script @scobber
  21. Hey Yousef, Thanks for sharing this, Can I ask if you are in our Discord channel? as we also have a automation/scripting channel thee where scripts like this would be super useful. You can check it out here
  22. Hey @techtedg Yeas you should 100% be able to edit configs via the policies section
  23. Hi @techtedg Thanks for bringing this to my attention, I have brought it up with R&D and they are aware of the situation and are currently working on it
  24. Hey @ITiseasy Thanks for reaching out. If you add an attachment along with the note, The attachment will go to the enduser. I hope this makes sense and if have any more question's please ask away! Thanks, Stefan
  25. Hey @Cezar Thanks, for reaching out. Make sure you are adding the script under automation > Scripts then execute the script by navigating to Systems > All Systems > Select the endpoint > then scroll done and select scripts > and chose the script you like and execute it. Let me know if this makes sense and if not just reach out to me again. Thanks, Stefan
×
×
  • Create New...