Jump to content
Pulseway 9.14 🔥

Requests

Request a script

  1. Hello, Trying to figure out a way to update abode via pulseway most of our computers are win10 and some win11 or is there a plugin that will work if a script isn't possible ? Is there also an automated script to return all the accounts that haven't logged in for X amount of days then delete those user accounts without having to do "Connect-AzureAD" as I don't want to put Azure creds online Regards, Jordan

    • 2 replies
    • 2.4k views
  2. Started by GTDFW,

    Maybe I am missing something, I would like to see an Application uninstalled trigger in workflows. You have an Application installed trigger so it should not be that hard. David

    • 2 replies
    • 2.9k views
  3. 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
  4. Started by Gary Haberl,

    Hi all, I am working on setting up monitoring for client backups using Arcserve Backup and Arcserve UDP. Before I get started, does anyone have any work on this type of monitoring they want to share to save me some work? Thank you, Gary

  5. Hi, I've got a HTPC windows 10 with pulseway monitoring it. Every so often I get notified the PC has gone offline. I think it's because it doesn't have a static IP which I'll fix later. Getting it to go online is just a simple turn the pc off and on. I am wondering if it's possible to setup pulseway to restart the pc when it sends an offline notification? This would solve my problem for now. Thanks for any advice :)

  6. Started by Serverhus,

    Hi, Is it possible to get a script for Avast Premiere? Also a script for Hamachi would be great

    • 0 replies
    • 2.5k views
  7. Been scouring the forums and researching the internet and am looking for a method to integrate Bitlocker into Pulseway. What there are a couple of scripts listed in the forums but unfortunately I am having difficulty with implementation. Ideally enable BL and pulling and storing the key would be the way to go but I am not sure on the feasibility of it. I am not a programmer but I am familiar enough with Pulseway that any help accomplishing this would be appreciated. Thank you

    • 0 replies
    • 1.4k views
  8. Started by Castle,

    Does anyone have a script to run ccleaner. It’s already installed on the workstations I want to be able to run it. Thank you

  9. 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
  10. Started by wt6uo9g,

    Hello, i need a Powershell Script which Loops in a Log File ~last 20 Lines and checks for a Error Code, if the Error Code is found it should restart a service

    • 2 replies
    • 2.2k views
  11. We have an exe that runs from command line we want to push to systems (scut.exe to uninstall Trend Micro). However, these windows systems do not login with admin credentials and the exe requires admin credentials. How may we publish this task/script? Also, this will be the first time we have ever created a task/script as we are new to Pulseway. And again to add more……we need to roll this out to out 250 computers….however not all of those systems have the same local windows admin credentials. In fact of those 250 systems there are approx 25 unique sets of admin credentials.

  12. Hi, i do own a small buisness and we are using Pulseway to monitor all our client computers and servers. But there are so much potential in monitoring and we are not using it. I would normaly dig in and find all the solutions to our requests myself - but time is very limited with the daily work and i quite get used to hire experts insted of "try and error" all the way to solutions myself. What we want: - A Report where all Windows Versions Numbers are listed (to see if there all up to date, eg. Version 1709 Build 162.99.192) - A Report to find specific software and corresponding numbers (eg. find old java/flash/adobe versions, eg, find specific software o…

    • 2 replies
    • 3.1k views
  13. 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.

  14. I need assistance in finding a script for Pulseway to notify end users to restart their machines due to high uptime.

  15. 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
  16. Started by pulsedavi,

    someone has a script to install or update dike?

    • 0 replies
    • 3.4k views
  17. Hello, when i take control of the computers from our customers, i would like a way to disable their mouse en keyboard. i hope someone can help me. kind regards Rick

  18. Started by ITiseasy,

    Is there any nice template for download for PSA. We are trying to create an email template (fancy one) but the system is not accepting CSS Is there any tutorial or document how we can make an template for the PSA emails to customers? Hope someone has an solution

  19. Started by pablohoney,

    Looking for a script to create an automated task to empty the recycle bin.

    • 6 replies
    • 5.4k views
  20. Can we run a script on all the Windows Pro Machines to enable bit locker?

    • 2 replies
    • 4.7k views
  21. 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
  22. I have been beating my head against this for a while. I can these commands locally and they work fine, but when I use Pulseway they throw errors on the variable for the username. I have tried running all in one script from powershell and I have broke it up in to two scripts the first 2 line being in powershell (which works as intended) and the second line in batch (also tried running manually from terminal). Im sure there is something small I am doing wrong and I would appreciate the help, thanks $user= get-wmiobject-class win32_computersystem | select-object username wmic UserAccount where name=$User set Passwordexpires=true net user $env:USERNAME /logonpas…

  23. 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?

  24. Ensure that the system sends an automatic email alert to the administrator whenever any user initiates remote control access to a specific computer.

  25. So in the script i have Output as FileShares as a text output In Automation > Custom Fields I have another one called FileShares as a custom Text field as well. My script is pretty basic, so I don't see why its not saving the field. # Outputs $FileShares = "0" # Get all shared folders on the local computer $shares = Get-WmiObject -Class Win32_Share | Select-Object Name, Path # Output the list of shares if ($shares) { Write-Host "Current File Shares on $env:COMPUTERNAME:`n" $shares | Format-Table -AutoSize } else { Write-Host "No file shares found on $env:COMPUTERNAME." } Start-Process -FilePath "$env:PWY_HOME\CLI.exe" -ArgumentList ("setVariab…