Jump to content
Pulseway 9.14 🔥

Requests

Request a script

  1. Started by TechAlly,

    Hey all, I'm wondering if anyone has put together a script in Pulseway yet to discover the client's vulnerabilty to the latest Intel ME/AMT Exploit (INTEL-SA-00075 / CVE-2017-5689) Intel provides a scanning tool, but wondering if there is an easy way to automate this scan through pulseway. Thanks -P

  2. Started by Lambuerto,

    Does anyone know of a script that can remove Trend Micro? I am not versed in scripting and would like to find one that would save me from having to remove it 50 times manually. Thanks!

    • 1 reply
    • 8.5k views
  3. Started by Brandon B,

    Hey there. One of our previous techs who was really skills wit Powershell poofed on us. We have a lot of system thats we are needing to change. Within Windows Settings for Pulseway -> Properties -> Recovery, we have First Failure -> restart the service, 2nd failure -> Restart the service , subsequent failure : Take no Action. After the 3rd failure the service stops trying to restart. Am Needing a PW script in which we can change the 'subsequent failure' : Restart the Service. Any thoughts?

    • 1 reply
    • 2.7k views
  4. I want to be able to start a program in full screen from android app, for example kodi.exe

    • 1 reply
    • 3.2k views
  5. My predecessor had created a script that would install a desktop link to our help desk. We no longer use this solution and I want to have the shortcut removed from every device. I can't seem to find a script to do this. I hope someone could help. This is the script that he had used: @echo off md C:\icon copy "\\edmws001\image\Nortrux_Helpdesk_icon.ico" "c:\icon" icacls "C:\Users\Public\Desktop\Nortrux IT Help Desk.lnk" /inheritance:r /grant Administrators:F icacls "C:\Users\Public\Desktop\Nortrux IT Help Desk.lnk" /inheritance:r /grant Users:F icacls "C:\Users\Public\Desktop\Nortrux IT Help Desk.lnk" /inheritance:r /grant INTERACTIVE:F attrib -R "C:…

    • 1 reply
    • 3.9k views
  6. Started by frooky,

    I would very much like to see some Arch Linux scripts added or at least include Arch compatibility in the existing Linux scripts. Updating my Arch systems from my phone with a single click would be pretty slick.

    • 1 reply
    • 3.3k views
  7. Started by mitch,

    Hello, Is it possible to add websites in the Pulseway dashboard? If it is possible how does it work? I am trying to get a website in my existing dashboard but it doesn't work yet. I cant find info of it anywhere. Regards Mitch

    • 1 reply
    • 2.5k views
  8. I don't know much about scripts, PowerShell etc. I need to execute a program that already resides on a scope of remote Windows 10 computers The program is C:\Webcat\utility\PEDSSync.App.exe with /s for silent mode.

    • 1 reply
    • 2.7k views
  9. Does anyone have an update script for making and removing snapshots in VMware? I would like to use it together with Windows update scripts to search and install updates.

  10. Started by Castle,

    Is there a script to stop and restart a service? I see a script where you can stop a service but I need a script to stop and then restart a service. Thank you

  11. Hello, Id like to request a script where the user has to change their SYSTEM password on their next reboot. This without the usage of an ACTIVE DIRECTORY! is that possible?

  12. Started by PaulWTech,

    Hi, Is there a cmd (shell/terminal) that I can run via a script within Pulseway to copy a folder with locked files within the same hard-drive? In this case I need to copy the Quickbooks folder. I do not want to use a 3rd party software. Thanks for the help.

  13. Started by martin,

    Hi is there a feature or plans to add so that we can run a report of remote access per machine with time and date stamp

    • 1 reply
    • 3.2k views
  14. I accidentally ran the built in script on a scope that included all machines we monitor, as a result we are getting hundreds of Tickets to opened with each status. I am new to this, can anyone provide a script to reverse the build in script that looks like this, basically I dont want to monitor any services This is the script that ran, which i would like to "unrun" as my service desk is going to explode with tickets $services = Get-wmiobject win32_service -Filter "StartMode = 'Auto'" | select Name; Set-ItemProperty -Path "HKLM:\Software\MMSOFT Design\PC Monitor\Services" -Name "Count" -Value $services.Count.ToString(); $count = 0; foreach ($ser…

  15. Hi, I would like a windows script to disable the FIPS registry key (set to 0) and to deploy (install) pulseway on a computer. Could you help ? Thanks

    • 1 reply
    • 2.1k views
  16. Started by farsidetech,

    Hi, I created a script to basically inform the customer (they have to click ok to start it) then perform a bunch of maintenance things once per week. I tried it but none of it seems to be working, even my pop-up command doesnt seem to be working when i run a script with just that, ideas? #inform customer and enable pulseway maintenance mode Add-Type -AssemblyName PresentationFramework [System.Windows.MessageBox]::Show('FarSide Tech Repairs - Automated Monthly Maintenance will begin. Your system may restart. Please save any work and leave computer idle. Press OK to continue.') Set-ItemProperty -Path "HKLM:\Software\MMSOFT Design\PC Monitor" -Name "MaintenanceMode…

    • 1 reply
    • 3.3k views
  17. Started by Annie Zuniga,

    Does anyone have a script or something they use/can recommend to pull internet browser history/usage? When I used Continuum, this was a feature in reports.. but i've not had any luck finding anything like it with Pulseway.

    • 1 reply
    • 3.3k views
  18. Hi, I am looking for a way to send more info in the "Send mail" function within worflows. In this case I have a workflow that reports on stopped services but the email is only telling me that there was a service that stopped. I need to know which service on which server and when. Are there any variables to put in to acheive this? :-) Mike

    • 1 reply
    • 2.5k views
  19. Hey I want to reboot my servers only when it's really needed. We have like 100 servers running in production, so it's necessary to only reboot when needed after updates. I found a script test-pendingreboot but can't get it in a proper script to run it Should be like this if test-pendingreboot is "true" {restart-computer} Hope you can help me out Cheers

  20. Started by rudolf,

    Hello everyone, My question is regarding windows 10 restore points in Pulseway. We noticed that when run our tasks and view the script output later on. We see that Create System Restore Point is successfully checked of even though the log tells us differently: Checkpoint-Computer : This command cannot be run due to the following error: the service cannot be started because it is disabled or does not have enabled devices associated with it. Is there a way to add an extra step to enable System Restore before actually making a Restore Point? With kind regards, Rudolf

    • 1 reply
    • 3.1k views
  21. Started by Lane C,

    Does anyone know if a script exists to update systems to the October 2020 update? We want to roll it out to the entire team but have been told by Pulseway that the only solution is a script.

  22. Is there a possibility to write a script for uninstalling a antivirus programm? I need that because i have to install a new antivirus progamm over pulseway for a company. They have a different one and i need something to uninstall the old one from all computers

    • 1 reply
    • 2.2k views
  23. Hello, I am trying to uninstall Windows Apps (Cortana, Weather, Mail, etc.) from my computers on Pulseway. I made the following script, that works perfectly when ran locally, but when I try to run it through Automation with Pulseway, I get no success. dism /online /get-provisionedappxpackages |ft PackageName dism /online /remove-Provisionedappxpackage /packagename:Microsoft.DesktopAppInstaller_2019.125.2243.0_neutral_~_8wekyb3d8bbwe dism /online /remove-Provisionedappxpackage /packagename:Microsoft.Getstarted_8.2.22942.0_neutral_~_8wekyb3d8bbwe #dism /online /remove-Provisionedappxpackage /packagename:Microsoft.Messaging_2019.125.32.0_neutral_~_8wekyb3d8bb…

  24. So im Running 2 Bots (Phantombot) for myself and a friend of mine. It's a bot for twitch chat. I've converted the batch file to exe. Tried to launch it through the script in pulseway and seems to work but I don't see the console popup at all. And there's no way to see if its still running or not. And I don't know how to stop it if its needed (for example if it gets stuck). Code I used: psexec /accepteula -i -d "C:\Servers\Test Bot\RuschBot.exe"

    • 1 reply
    • 2.5k views
  25. Started by Nate,

    Hello, By any chance could I get some help with creating a script that updates Novoconnect on individual computers. I'd like to be able to just run the script whenever.